代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/242161/13091483
c timer.c
#include "switch_power.h"
void T0T1_Init(void)
{
TCON = 0x00;
TMOD = 0x22;//timer0 and timer 1 all use mode 2 8-bit counter/timer with auto-reload
CKCON &= 0xf4;//timer1 use system cl
www.eeworm.com/read/242161/13091502
h timer.h
extern void T0T1_Init(void);
//extern void T2_Init(int counts);
extern void T0_RunCtrl(bit RunCtrl);
extern void T1_RunCtrl(bit RunCtrl);
//extern void T2_RunCtrl(bit RunCt
www.eeworm.com/read/242161/13091504
obj timer.obj
www.eeworm.com/read/242161/13091556
#2 timer.#2
#include "switch_power.h"
void T0T1_Init(void)
{
TCON = 0x00;
TMOD = 0x22;//timer0 and timer 1 all use mode 2 8-bit counter/timer with auto-reload
CKCON &= 0xf4;//timer1 use system cl
www.eeworm.com/read/242152/13091744
#3 timer.#3
/***********************************************************************
* 名称:DuS()
* 功能:延时,10uS为1个单位.
* 入口参数:ucTime,延时单位个数时间.
* 出口参数:无
* 说明:
**************************************
www.eeworm.com/read/242152/13091760
lst timer.lst
C51 COMPILER V7.20 TIMER 05/15/2007 15:32:40 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
www.eeworm.com/read/242152/13091794
#1 timer.#1
#include "MEMSIC.h"
/***********************************************************************
* 名称:DuS()
* 功能:延时,10uS为1个单位.
* 入口参数:ucTime,延时单位个数时间.
* 出口参数:无
* 说明:
***************
www.eeworm.com/read/242152/13091817
c timer.c
#include "MEMSIC.h"
/***********************************************************************
* 名称:DuS()
* 功能:延时,10uS为1个单位.
* 入口参数:ucTime,延时单位个数时间.
* 出口参数:无
* 说明:
***************
www.eeworm.com/read/242152/13091826
h timer.h
/***********************************************************************
* 名称:DuS()
* 功能:延时,10uS为1个单位.
* 入口参数:ucTime,延时单位个数时间.
* 出口参数:无
* 说明:
**************************************
www.eeworm.com/read/242152/13091827