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 |
Register value.
ttlv_reg_value value
Register pair value.
ttlv_regpair_value value
Register value.
ttlv_reg_value value
Register pair value.
ttlv_regpair_value value
Uses the watchdog timer to trigger a reset of the MCU.
void watchdog_reset_mcu( void ) __attribute__ ((noreturn))
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.
extern uint8_t watchdog_saved_mcu_reset_flags __attribute__ ( (address (RAMEND)) )