代码搜索:CPU卡 是什么?
找到约 10,000 项符合「CPU卡 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/290432/8483220
txt cpu.txt
cpu卡和存储卡读写器程序/52User.h__.htm
文件头:
/*--------------------------------------------------------------------------
REG52.H
Header file for generic 80C52 and 80C32 microcontroller.
Copyrig
www.eeworm.com/read/290355/8488628
h cpu.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.6.24
\************************
www.eeworm.com/read/290355/8488699
c cpu.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.24
\************************
www.eeworm.com/read/290057/8509087
h cpu.h
/*============================================================================
____________________________________________________________________________
________
www.eeworm.com/read/388979/8558663
c cpu.c
#include "cpu.h"
#include "types.h"
#include "mmu.h"
/*
* 读控制寄存器
*/
u32 read_control_register()
{
u32 reg;
asm volatile(
"mrc p15,0,r0,c1,c0,0 \n\t"
"str r0,%0 \n\t"
:
:"m"(reg)
:"r0"
www.eeworm.com/read/388979/8558667
h cpu.h
#ifndef _CPU_H
#define _CPU_H
#define iA 31
#define nF 30
#define RR 14
#define V 13
#define I 12
#define R 9
#define S 8
#define B 7
#define C 2
#define A 1
#define M 0
#endif
www.eeworm.com/read/187975/8583137
v cpu.v
`timescale 1ns/1ps
module CPU(data_out,address_out,CS,READ,WRITE,clk,reset);
parameter width=8;
inout[width-1:0] data_out;//??????
output[7:0] address_out; //??????
output CS
www.eeworm.com/read/187635/8612917
c cpu.c
/* ------------------------------------------------------------------------- *
* CPU.C Sample program demonstrating usage of TMi0SDGL(tm) routines *
* *
* Copyright(c) 1994
www.eeworm.com/read/187635/8612942
pas cpu.pas
{$A+,B-,D+,E-,F-,G-,I-,L+,N-,O-,R-,S-,V-,X+}
{$M 16384,0,655360}
{ --------------------------------------------------------------------------- }
{ CPU.PAS Sample program demonstrating usage of TMi
www.eeworm.com/read/187635/8612959
asm cpu.asm
; ----------------------------------------------------------------------------
; CPU.ASM Simple program that demonstates use of the
; Too-Much-In-One-So-Don't-Get-Lost(tm) library
;
; Copyrig