代码搜索结果

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

makefile

CC = /usr/local/arm/2.95.3/bin/arm-linux-gcc LD = /usr/local/arm/2.95.3/bin/arm-linux-ld EXEC = watchdog OBJS = watchdog.o WARN :=-Wall -Wstrict-prototypes -Wno-trigraphs -Wmissing-prototypes INCLU

msp430x20x3_wdt_06.c

//****************************************************************************** // MSP430F20xx Demo - WDT+ Failsafe Clock, 32kHz ACLK // // Description; Allow WDT+ in watchdog to timeout sourced

elmbio.src

[Files] can.c crc.c digio.c dwnld23.c eeprom.c ELMBmain.c guarding.c intrpt.c iotest.c jumpers.c max525.c pdo.c sdo.c spi.c store.c timer0.c timer1.c timer2.c watchdog.c serialno.c

example_281xwatchdog.c

//########################################################################### // // FILE: Example_281xWatchdog.c // // TITLE: DSP281x Watchdog interrupt test program. // // ASSUMPTIONS: //

exp.ini

[Desktop-Workspace] Wnd0=_ "Workspace" "open" 44 0 1 -1 -1 -4 -23 2 0 297 417 5 276 27 27 6 "BT" "BT_A" "TimerA" "TimerA_A" "WDT_A" "WatchDog" 6 "BT/Debug" "WDT_A/Debug" "TimerA_A/Debug" "TimerA/Debu

abstract.txt

C16x Watchdog timer Program Example =================================== The following example program shows you how to use the watchdog timer on the C16x family. To enable the watchdog timer,

debug.ini

func void check_wdt_reset (void) { if (WDTR) { printf ("Watchdog Reset\n"); _break_ = 1; } } bs 0x000000, 1, "check_wdt_reset()"

example_281xwatchdog.c

//########################################################################### // // FILE: Example_281xWatchdog.c // // TITLE: DSP281x Watchdog interrupt test program. // // ASSUMPTIONS: //

msp430x20x3_wdt_06.c

//****************************************************************************** // MSP430F20xx Demo - WDT+ Failsafe Clock, 32kHz ACLK // // Description; Allow WDT+ in watchdog to timeout sourced

msp430x22x4_wdt_06.c

//****************************************************************************** // MSP430F22x4 Demo - WDT+ Failsafe Clock, 32kHz ACLK // // Description; Allow WDT+ in watchdog to timeout sourced