AIROC™ BTSDK v4.9 - Documentation | ||||
List of parameters and defined functions needed to utilize the watchdog. More...
Macros | |
#define | wiced_hal_watchdog_disable wiced_hal_wdog_disable |
Disable the system watchdog. More... | |
#define | wiced_hal_watchdog_reset_system wiced_hal_wdog_reset_system |
Execute a soft reset of the system. More... | |
#define | wiced_hal_watchdog_restart wiced_hal_wdog_restart |
Restart the watchdog (restart the watchdog's internal timer). More... | |
#define | wiced_hal_watchdog_coredump_set_uart_delay wiced_hal_wdog_coredump_set_uart_delay |
Functions | |
void | wiced_hal_watchdog_disable (void) |
void | wiced_hal_watchdog_reset_system (void) |
void | wiced_hal_watchdog_restart (void) |
void | wiced_hal_watchdog_coredump_set_uart_delay (uint16_t delayus) |
wiced_bool_t | wiced_watchdog_get_reset_reason (void) |
wiced_result_t | wiced_watchdog_configure_reset_gpio (wiced_bt_gpio_numbers_t gpio, wiced_bool_t active_level) |
void | wiced_watchdog_configure_reset_delay (uint32_t delay_ms) |
List of parameters and defined functions needed to utilize the watchdog.