OpenBIC
OpenSource Bridge-IC
hal_wdt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WDT_TIMEOUT   (15 * 1000)
 
#define WDT_FEED_DELAY_MS   (10 * 1000)
 
#define WDT_THREAD_STACK_SIZE   256
 

Functions

void wdt_init ()
 
void wdt_handler (void *arug0, void *arug1, void *arug2)
 
void set_wdt_continue_feed (bool value)
 

Macro Definition Documentation

◆ WDT_FEED_DELAY_MS

#define WDT_FEED_DELAY_MS   (10 * 1000)

◆ WDT_THREAD_STACK_SIZE

#define WDT_THREAD_STACK_SIZE   256

◆ WDT_TIMEOUT

#define WDT_TIMEOUT   (15 * 1000)

Function Documentation

◆ set_wdt_continue_feed()

void set_wdt_continue_feed ( bool  value)

◆ wdt_handler()

void wdt_handler ( void *  arug0,
void *  arug1,
void *  arug2 
)

◆ wdt_init()

void wdt_init ( )
Here is the call graph for this function: