caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
Loading...
Searching...
No Matches
Data Fields
cfn_hal_wdt_config_t Struct Reference

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
 

Detailed Description

WDT configuration structure.

Field Documentation

◆ custom

void* cfn_hal_wdt_config_t::custom

Vendor-specific custom configuration

◆ reset

cfn_hal_wdt_config_reset_t cfn_hal_wdt_config_t::reset

Reset strategy on timeout

◆ sleep

cfn_hal_wdt_config_sleep_t cfn_hal_wdt_config_t::sleep

Behavior during system sleep

◆ timeout_ms

uint32_t cfn_hal_wdt_config_t::timeout_ms

Watchdog timeout in milliseconds


The documentation for this struct was generated from the following file: