代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/441804/7664548
c f31x_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F31x_Timer0_two_8bitTimers.c
//-----------------------------------------------------------------------------
// Co
www.eeworm.com/read/436125/7776266
c f31x_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F31x_Timer0_two_8bitTimers.c
//-----------------------------------------------------------------------------
// Co
www.eeworm.com/read/399757/7839017
asm ex1demo.asm
.sect "init"
.global init
.text
.word init
.space 8
.word timer0
init: ldp 0,dp
ldi @STCK,sp ;INIT STACK
www.eeworm.com/read/398158/8001569
c f06x_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F06x_Timer0_two_8bitTimers.c
//-----------------------------------------------------------------------------
// Co
www.eeworm.com/read/246238/12746333
c util.c
/*= util.c =========================================================================================
*
* Copyright (C) 2004 Nordic VLSI ASA
*
* Author(s): Ole Saether
*
* COMPILER:
*
*
www.eeworm.com/read/246206/12749279
lst timer0.lst
C51 COMPILER V6.12 TIMER0 09/20/2007 22:17:31 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TIMER0
OBJECT MODULE PLACED IN
www.eeworm.com/read/244496/12860318
c util.c
/*= util.c =========================================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that i
www.eeworm.com/read/326278/13150844
asm fangbo.asm
;==============================================
; fangbo.asm
; 利用定时器Timer0在XF脚产生周期1s的的方波
; 此程序采用100Mhz的时钟频率,产生的方波
;==============================================
.title "fangbo.asm"
.mmr
www.eeworm.com/read/240024/13240182
c main.c
/*****************************************************************************************/
//
// Name: BF561 EZ-KIT General Purpose Timers Example
//
/*****************************************
www.eeworm.com/read/239154/13300757
c 定时器中断闪烁的led.c
//用定时器中断闪灯,定时器中断的学习
#include //对51内部说明,
#define uchsr unsigned char //定义
#define uint unsigned int
#define ulong unsigned long
sbit P10=P1^0; //位定义
sbit K=P3^2;
void main(void)