代码搜索结果

找到约 6,975 项符合 Watchdog 的代码

main.c

#include "global.h" #include "main.h" void main(void) { WatchDog; AUXR=0x01;//禁止ALE信号输入,提高系统的EMI性能 Int_Ini();//中断初始化 Tuner_Init();//TEA5767初始化 /* //************test************* VolSe

test1.lnp

"clocks.obj", "main.obj", "watchdog.obj" TO "test1"

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig

watchdog.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

watchdog.mak

CC = iccavr CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda