代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
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
www.eeworm.com/read/11048/195148
h source.h
#define FOSC18432
#define SCREEN_WIDTH 81
#define SCREEN_HEIGHT 480
#define VRAM_BUSY P1_0 //此信号为高表明取数据完毕,可以对显存进行操作了。
#define MCSIO_ENABLE() P1_1=0 //可以对MSM6255的I/O进行操作了。
#define MCSIO_DISABLE