BeRTOS
|
Watchdog interface for AVR architecture. More...
Go to the source code of this file.
Functions | |
void | wdt_start (uint32_t _timeout) |
Reset the watchdog timer. | |
void | wdt_stop (void) |
Stop watchdog timer. |
Watchdog interface for AVR architecture.
Definition in file wdt_avr.h.
void wdt_start | ( | uint32_t | _timeout | ) | [inline] |
Reset the watchdog timer.
This functions is already defind in avr-libc. Start the watchdog timer that fire at the select timeout.
_timeout | you can use the macro that are defineded in avr/wdt.h. |
(from avr libc documentation) WDTO_15MS WDTO_30MS WDTO_60MS WDTO_120MS WDTO_250MS WDTO_500MS WDTO_1S WDTO_2S WDTO_4S WDTO_8S