|
caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
|
WDT configuration structure. More...
#include <cfn_hal_wdt.h>
Data Fields | |
| uint32_t | timeout_ms |
| cfn_hal_wdt_config_sleep_t | sleep |
| cfn_hal_wdt_config_reset_t | reset |
| void * | custom |
WDT configuration structure.
| void* cfn_hal_wdt_config_t::custom |
Vendor-specific custom configuration
| cfn_hal_wdt_config_reset_t cfn_hal_wdt_config_t::reset |
Reset strategy on timeout
| cfn_hal_wdt_config_sleep_t cfn_hal_wdt_config_t::sleep |
Behavior during system sleep
| uint32_t cfn_hal_wdt_config_t::timeout_ms |
Watchdog timeout in milliseconds