Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
V
 value
 Variables
W
 watchdog.h
 WATCHDOG_DISABLE_ON_MCU_RESET
 WATCHDOG_DISABLE_ON_MCU_RESET_SAVE_FLAGS
 watchdog_reset_mcu
 watchdog_saved_mcu_reset_flags
ttlv_reg_value value
Register value.
ttlv_regpair_value value
Register pair value.
ttlv_reg_value value
Register value.
ttlv_regpair_value value
Register pair value.
Watchdog timer control facilities.
Defines a watchdog-disabling routine that is executed automatically at MCU reset.
Defines a watchdog-disabling routine that is executed automatically at MCU reset.
void watchdog_reset_mcu(void) __attribute__ ((noreturn))
Uses the watchdog timer to trigger a reset of the MCU.
extern uint8_t watchdog_saved_mcu_reset_flags __attribute__ ((address (RAMEND)))
When the watchdog is disabled via WATCHDOG_DISABLE_ON_MCU_RESET_SAVE_FLAGS, the contents of the MCUSR register are stored here before the register is cleared.
Close