Searched refs:configure_wdog (Results 1 – 1 of 1) sorted by relevance
57 static uint_t configure_wdog(uint8_t new_state);152 (void) configure_wdog(WDOG_OFF); in todbl_get()154 (void) configure_wdog(WDOG_ON); in todbl_get()414 if (configure_wdog(WDOG_ON)) in todbl_set_watchdog_timer()433 if (!configure_wdog(WDOG_OFF)) in todbl_clear_watchdog_timer()440 configure_wdog(uint8_t new_state) in configure_wdog() function