代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/229457/14338033
bak df_timera.h.bak
#ifndef __DF_TIMER_A
#define __DF_TIMER_A
void TimerAInit();
void SetTime(unsigned int ti);
void GotimeDfA(unsigned char doit);
#define TIME_20MS 655 //定时时间 约20ms
#endif
www.eeworm.com/read/217163/14976207
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:JZJ40
描述:使用定时器A捕获比较器的输入信号
版本: 1.0 2005-2-20
*************************************************
www.eeworm.com/read/217163/14976221
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
www.eeworm.com/read/7326/115226
bak df_timera.c.bak
www.eeworm.com/read/7326/115227
bak df_timera.h.bak
www.eeworm.com/read/7326/115244
r43 df_timera.r43
www.eeworm.com/read/7326/115252
bak df_timera.c.bak
www.eeworm.com/read/7326/115253
bak df_timera.h.bak
www.eeworm.com/read/7326/115267
r43 df_timera.r43
www.eeworm.com/read/7326/115458
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:czhang
描述:使用定时器A捕获比较器的输入信号
版本: 1.0 2005-2-20
************************************************