代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/11048/194723
h source.h
#define INT_ENA 0xF0 //中断使能寄存器地址
#define INT_RAW 0xF1 //原始中断的状态寄存器地址
#define INT_MASKED 0xF2 //经过使能寄存器屏蔽后的中断状态寄存器
#define INT_CLR0 0xF8 //清除扩展中断0的电平中断地址
#define IN
www.eeworm.com/read/11048/194810
h source.h
extern char filter_1(void);
extern char filter_2(void);
extern char filter_3(void);
extern char filter_4(void);
extern char filter_5(void);
extern char filter_6(void);
extern char filter_7(void)
www.eeworm.com/read/11048/194865
h source.h
#define FOSC18432
union SFADD{/*flash访问的地址结构*/
unsigned long l;
unsigned char c[4];
unsigned int i[2];
};
struct yushi{/*为CRC使用的余式*/
unsigned char h;
unsigned char l;
};
#define FDWN_
www.eeworm.com/read/11048/194884
h source.h
#define SDAT_PORT 0xF0 //发送和接收数据端口
#define INT_ENA 0xF1 //中断使能端口
#define INT_PEND 0xF2 //中断状态端口
#define BAUD_HPORT 0XF3 //串口波特率产生器的高8位
#define BAUD_LPORT 0XF4 //串口波
www.eeworm.com/read/11048/194920
h source.h
#define TLC_DIN P1_0 /*TLC5617的数据线*/
#define TLC_CLK P1_1 /*TLC5617的时钟线*/
#define TLC_NCS P1_2 /*TLC5617的片选线*/
#define TLC_CLK_SET TLC_CLK=1
#define TLC_CLK_CLR
www.eeworm.com/read/11048/194957
h source.h
#define SRAM 0x0000 //SRAM存储器的基地址
#define ADC0804 0xFFF0 //ADC0804的片选地址
#define AD5330 0xFFF1 //AD5330的片选地址
#define LED 0xFFF2 //LED的选择地址
#define SWITC
www.eeworm.com/read/11048/195023
h source.h
typedef unsigned char uchar;
typedef unsigned int uint;
typedef union
{
uint val;
struct
{
uint bit0 : 1;
uint bit1 : 1;
uint bit2 : 1;
uint bit3 :
www.eeworm.com/read/11048/195035
h source.h
#define TIMER2H 0xc4 //10ms
#define TIMER2L 0x00
#define TIMER_NUM 8
#define VOLT_TIMER 0
#define ADC0801_TIMER 1
#define VOLT_TIMER_LEN 100 //1 second.
#define AD
www.eeworm.com/read/11048/195050
h source.h
#define EXT_INT0 0
#define T0_INT 1
#define EXT_INT1 2
#define T1_INT 3
#define SERL_INT 4
#define T2_INT 5
#define TIMER2H 0xc4 //10ms
#define
www.eeworm.com/read/11048/195074
h source.h
#include "postion.h"
#include "fsm.h"
#define FOSC18432
#define SCREEN_WIDTH 81
#define SCREEN_HIGHT 480
#define VRAM_BASE 0X0000
#define VRAM_LEN 0X9600
#define FLASH_BASE 0