代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/28821/1007574
bak df_timera.c.bak
www.eeworm.com/read/28821/1007575
bak df_timera.h.bak
www.eeworm.com/read/28821/1007602
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:czhang
描述:使用定时器A捕获比较器的输入信号
版本: 1.0 2005-2-20
************************************************
www.eeworm.com/read/28821/1007615
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/28821/1007622
bak df_timera.c.bak
www.eeworm.com/read/28821/1007623
bak df_timera.h.bak
www.eeworm.com/read/28821/1007746
c df_bh_timera.c
/*****************************************************************************
文件名:df_bh_timera.c
编写者:czhang
描述:使用定时器A捕获信号的上升和下降沿,检测信号周期
版本:1.0 2005-2-20
***************************************
www.eeworm.com/read/28821/1007751
h df_bh_timera.h
#ifndef __DF_BH_TIMERA
#define __DF_BH_TIMERA
void InitBhTimerA();
void GoBhTimerA(unsigned char doit);
unsigned int GetCyc();
#endif
www.eeworm.com/read/28821/1007780
bak df_timera.c.bak
www.eeworm.com/read/28821/1007781