代码搜索结果

找到约 8,517 项符合 Watchdog 的代码

dogdemo.cpp

#include #include #include #include #include #include "watchdog.h" void time_dog(void); //秒级定时器看门狗,使用例子 void long_time_dog(void); //分钟级定时器看门狗,使

m5373evb.cfg

ResetHalt ;Turn on RAMBAR1 at address 80000000 writecontrolreg 0x0C05 0x80000221 ;Disable watchdog timer writemem.w 0xFC098000 0x0000 ;Init CS0 writemem.l 0xFC008000 0x00000000; writemem.l 0xFC008

fiq.asm

.INCLUDE a2000.inc; .INCLUDE hardware.inc .DEFINE P_WatchDog_Clear 0x7012 .PUBLIC _FIQ .TEXT _FIQ: push r1,r5 to [sp] r1 = 0x0800 r1&=[P_INT_Ctrl] jnz FIQ_is_TimB r1 = 0x2000

main.o

XL H 4 areas 12 global symbols M main.c S _GetTime Ref0000 S _GetPassTime Ref0000 S _watchdog_init Ref0000 S _timer1_init Ref0000 A text size 2B6 flags 0 dbfile E:\AVR\ISD1700_ISP\src\main.c

timer.o

XL H 4 areas 9 global symbols M timer.c S push_xgsetF03C Ref0000 S pop_xgsetF03C Ref0000 A text size 128 flags 0 dbfile E:\AVR\ISD1700_ISP\src\timer.c dbfunc e watchdog_init 0 fV dbline FFFFFF

main.o

XL H 1 areas 4 global symbols M main.c S push_gset2 Ref0000 S pop_gset2 Ref0000 A text size 68 flags 0 dbfile E:\ICCAVR\project\AVRMEG~2\icc\012-WATCHDOG\main.c dbfunc e delay_ms 0 fV dbsym r

2410ini说明.txt

comm 禁止watchdog-WTCON setmem 0x53000000,0x00000000,32 comm 禁止中断-INTMASK setmem 0x4a000008,0xffffffff,32 COM 禁止中断-INTSUBMSK setmem 0x4a00001c,0x000007ff,32 COM 设置锁相环-LOCKTIME setmem 0x

main.c

//硬件连接; //sbit LCD_EP = P2^0; //sbit LCD_RW = P2^1; //sbit LCD_A0 = P2^2; //DB0~DB7:P10~P17 #include"SPLC501User.h" #include"mychar.h" //#include"delayms.h" #define Clear_Watchdog() *(unsign

miscel.inc

;Interrupt Control INTPND EQU 0x01e00004 INTMOD EQU 0x01e00008 INTMSK EQU 0x01e0000c I_ISPR EQU 0x01e00020 I_CMST EQU 0x01e0001c ;Watchdog timer WTCON EQU 0x01d30000

miscel1.inc

;Interrupt Control INTPND EQU 0x01e00004 INTMOD EQU 0x01e00008 INTMSK EQU 0x01e0000c I_ISPR EQU 0x01e00020 I_CMST EQU 0x01e0001c ;Watchdog timer WTCON EQU 0x01d30000