代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/486629/6537102
c i2c_host.c
#include
#include "i2c_host.h"
#define SLAVEADDR 0x50;
#define OWNADDR 0x01;
int tx_count;
int rx_flag;
int mode;
unsigned char I2CBuffer[3];
void Init_TimerA(void)
www.eeworm.com/read/259017/11826987
c i2c_host.c
#include
#include "i2c_host.h"
#define SLAVEADDR 0x50;
#define OWNADDR 0x01;
int tx_count;
int rx_flag;
int mode;
unsigned char I2CBuffer[3];
void Init_TimerA(void)
www.eeworm.com/read/12662/246654
c i2c_host.c
#include
#include "i2c_host.h"
#define SLAVEADDR 0x50;
#define OWNADDR 0x01;
int tx_count;
int rx_flag;
int mode;
unsigned char I2CBuffer[3];
void Init_TimerA(void)
www.eeworm.com/read/451746/1659925
src cfg_asm.src
; 僐儞僼傿僊儏儗乕僞乕 傾僙儞僽儔晹
.CPU 300HN
.IMPORT _hos_start
.IMPORT _int_default
.IMPORT _int_trap
.IMPORT _TIMERA_Int
.IMPORT _FTIOA_Int
.IMPORT _TIMERV_Int
.IMPORT _SCI_Int
www.eeworm.com/read/474008/6828638
c i2c_host.c
#include
#include "i2c_host.h"
#define SLAVEADDR 0x50;
#define OWNADDR 0x01;
int tx_count;
int rx_flag;
int mode;
unsigned char I2CBuffer[3];
void Init_TimerA(void)
www.eeworm.com/read/373602/9448639
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M
www.eeworm.com/read/373602/9448674
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M
www.eeworm.com/read/371161/9564276
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M
www.eeworm.com/read/371161/9564316
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M
www.eeworm.com/read/464840/7060838
c hl_key.c
#include
#include "hl_key.h"
#include "df_timera.h"
//选用端口定义
#define KEYDIR P1DIR
#define KEYIES P1IES
#define KEYIE P1IE
#define KEYIN P1IN
#define KEYOUT P1OUT
#define