Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_hal_wdog.h File Reference

List of parameters and defined functions needed to utilize the watchdog. More...

Typedefs

typedef void( wiced_hal_application_wdog_cback_t )(uint8_t *app_thread_cb, uint32_t app_thread_cb_size, uint8_t *app_thread_stack, uint32_t app_thread_stack_size)
 

Functions

void wiced_hal_wdog_disable (void)
 Disable the system watchdog. More...
 
void wiced_hal_wdog_reset_system (void)
 Execute a soft reset of the system. More...
 
void wiced_hal_wdog_restart (void)
 Restart the watchdog (restart the watchdog's internal timer). More...
 
void wiced_hal_wdog_set_restart_countdown (uint32_t count)
 Change the watchdog count down. More...
 
wiced_result_t wiced_hal_wdog_enable_application_wdog (wiced_hal_application_wdog_cback_t *p_application_wdog_cback)
 Enables application thread watchdog. More...
 

Detailed Description

List of parameters and defined functions needed to utilize the watchdog.