代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/431480/8674734
c df_bh_timera.c
www.eeworm.com/read/431480/8674909
pbi df_bh_timera.pbi
www.eeworm.com/read/431407/8678452
r43 df_timera.r43
www.eeworm.com/read/178050/9421800
h df_bh_timera.h
#ifndef __DF_BH_TIMERA
#define __DF_BH_TIMERA
void InitBhTimerA(void);
void GoBhTimerA(unsigned char doit);
unsigned char GetTime(unsigned int *buhuo);
void ClearBuHuo(void);
#endif
www.eeworm.com/read/178050/9421807
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:czhang
描述:使用定时器A捕获比较器的输入信号
版本:1.0 2005-2-20
*************************************************
www.eeworm.com/read/178050/9421821
asm df_bh_timera.asm
; Archelon URCC C 3.20 2004/05/20
; MSP430 CIF 2004/04/22
; Compiled "D:\AQ430_4K\test_R\df_bh_timera.c" Fri Nov 03 13:59:20 2006
;
.dbgseg dbg_syms
.align 0x2
.long 0x6c69662e
.long 0x65
www.eeworm.com/read/178050/9421822
obj df_bh_timera.obj
www.eeworm.com/read/178050/9421827
lst df_bh_timera.lst
Archelon msp430 Assembler Version 1.58 2004/03/12 File D:\AQ430_4K\test_R\df_bh_timera.asm Page 1
1 ; Archelon URCC C 3.20 2004/05/20
2 ; MS
www.eeworm.com/read/373198/9469886
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:czhang
描述:使用定时器A捕获比较器的输入信号
版本: 1.0 2005-2-20
************************************************
www.eeworm.com/read/373198/9469893
h df_bh_timera.h
#ifndef __DF_BH_TIMERA
#define __DF_BH_TIMERA
void InitBhTimerA();
void GoBhTimerA(unsigned char doit);
unsigned char GetTime(unsigned int *buhuo);
void ClearBuHuo();
#endif