Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Watchdog Interface

Defines a driver for the watchdog interface. More...

Functions

void wiced_hal_wdog_reset_system (void)
 Execute a soft reset of the system. More...
 

Detailed Description

Defines a driver for the watchdog interface.

This driver manages the hardware watchdog countdown timer. When enabled, the watchdog timer will generate an interrupt when the timer counts down to zero, then will reload the counter. If the counter counts down to zero again, the hardware performs a device reset. The lowest priority "idle" thread restarts the watchdog counter preiodically, and other operations that may keep the system busy call wiced_hal_wdog_restart to extend the watchdog countdown.

Function Documentation

void wiced_hal_wdog_reset_system ( void  )

Execute a soft reset of the system.

Parameters
none
Returns
none