代码搜索:Timer0

找到约 1,870 项符合「Timer0」的源代码

代码结果 1,870
www.eeworm.com/read/407686/11412125

c step motor.c

#include #define TIMER0_COUNT 0xee11 code forward[7]={0x03,0x06,0x04,0x0c,0x08,0x09,0x01}; //proteus里的步进电机控制序列 正向 code backward[7]={0x01,0x09,0x08,0x0c,0x04,0x06,0x03}; code key[4]={0xfe
www.eeworm.com/read/340289/12167553

asm prog24.asm

; PROG24 - Timer Interrupt Handler with Context Saving ; ; This Application Decrements the Value in P1 Once Per Second ; ; Myke Predko ; 98.03.01 ; ; Hardware Notes: ; 80C520 Running a
www.eeworm.com/read/340289/12167720

asm prog44b.asm

; PROG44b - Run through the Tones ; ; Simple Application to Run Through Each Tone Twice a Second ; ; This Application after power up, Sets up Timer 0 to Interrupt at ; 880 Hz and Outputs a
www.eeworm.com/read/340289/12167762

asm prog25.asm

; PROG25 - Timer Interrupt Handler without Context Saving ; ; This Application Decrements the Value in P1 Once Per Second ; ; Myke Predko ; 98.03.01 ; ; Hardware Notes: ; 80C520 Runnin
www.eeworm.com/read/148965/12411441

c ext_osc_measure1.c

//----------------------------------------------------------------------------- // EXT_OSC_Measure1.c //----------------------------------------------------------------------------- // Copyright 20
www.eeworm.com/read/229309/14345855

c initialization.c

#include "BF533 Flags.h" asm(".section sdram0_bank1"); //--------------------------------------------------------------------------// // Function: Init_Flags // //
www.eeworm.com/read/413417/11156946

c initialization.c

#include "BF533 Flags.h" asm(".section sdram0_bank1"); //--------------------------------------------------------------------------// // Function: Init_Flags // //
www.eeworm.com/read/412167/11212771

asm prog24.asm

; PROG24 - Timer Interrupt Handler with Context Saving ; ; This Application Decrements the Value in P1 Once Per Second ; ; Myke Predko ; 98.03.01 ; ; Hardware Notes: ; 80C520 Running a
www.eeworm.com/read/412167/11212889

asm prog44b.asm

; PROG44b - Run through the Tones ; ; Simple Application to Run Through Each Tone Twice a Second ; ; This Application after power up, Sets up Timer 0 to Interrupt at ; 880 Hz and Outputs a
www.eeworm.com/read/412167/11212917

asm prog25.asm

; PROG25 - Timer Interrupt Handler without Context Saving ; ; This Application Decrements the Value in P1 Once Per Second ; ; Myke Predko ; 98.03.01 ; ; Hardware Notes: ; 80C520 Runnin