代码搜索:TimerA

找到约 1,846 项符合「TimerA」的源代码

代码结果 1,846
www.eeworm.com/read/348073/11613970

c main.c

#include"spce061a.h" //#define C_SourceA_1 0x0005 //#define C_SourceB_1024Hz 0x0008 main() { unsigned int uiOutput; uiOutput=0x0000; *P_IOB_Dir=0xffff; *P_IOB_Attrib=0xffff;
www.eeworm.com/read/347371/11670723

c zhongduan.c

#include "SPCE061A.h" extern unsigned int g,n,g_Data[],x0,x1,x2,x3,x4,f,m,bb; static unsigned int w=0x0400; /////////////////////////////////////////////////////////////////////////////////// vo
www.eeworm.com/read/267736/11165663

c hum_measure.c

//==================================================================================== //文 件 名: Hum_Measure.c //功能描述: 湿度测量驱动程序 //维护记录: 2006年6月26 by hongyan.Feng //=========================
www.eeworm.com/read/236716/14001723

c keyscan.c

#include "spce061a.h" #include"bit.h" #include"sp.h" char number1[2]={'0','0'}; char i=1; unsigned char number_i=0; void pwm(unsigned char choice1) { if(choice1>6) { i=6; *P_Watchdog_Cl
www.eeworm.com/read/28013/992454

c main.c

//****************************************************************************** // fRO_PINOSC_TA0_SW example // fRO method capactiance measurement using the PinOsc and TimerA0 // //
www.eeworm.com/read/259068/11823503

c userfunction.c

#include "SPCE061A.h" #define M_TIMERA_EN 0x0001 #define M_TIMERA_STOP 0x0006 unsigned int M_TIMER_DELAY=400; unsigned int M_LOW_DISTEN=75; unsigned int M_TIMER
www.eeworm.com/read/390729/8448658

asm isr.asm

.text .include hardware.inc .include A2000.inc .include Resource.inc .public _FIQ; _FIQ: PUSH R1,R4 to [sp]; R1 = 0x2000; test R1,[P_INT_Ctrl]; jnz L_FIQ_TimerA; R1 = 0x0800; test
www.eeworm.com/read/390714/8450678

asm isr.asm

.text .include hardware.inc // 包含SPCE061A硬件声明头文件 .include a2000.inc //包含用A2000函数的头文件 .public _FIQ //声明中断入口函数 _FIQ: PUSH R1,R4 to [sp];