NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
|
Base watchdog context - always present, minimal footprint. More...
#include <nhal_wdt_types.h>
Data Fields | |
nhal_wdt_id | wdt_id |
uint32_t | timeout_ms |
Cached timeout from last set_config call. | |
bool | is_started |
struct nhal_wdt_impl_ctx * | impl_ctx |
Base watchdog context - always present, minimal footprint.
Definition at line 34 of file nhal_wdt_types.h.
struct nhal_wdt_impl_ctx* nhal_wdt_context::impl_ctx |
Definition at line 39 of file nhal_wdt_types.h.
bool nhal_wdt_context::is_started |
Definition at line 37 of file nhal_wdt_types.h.
uint32_t nhal_wdt_context::timeout_ms |
Cached timeout from last set_config call.
Definition at line 36 of file nhal_wdt_types.h.
nhal_wdt_id nhal_wdt_context::wdt_id |
Definition at line 35 of file nhal_wdt_types.h.