NHAL Interface v0.5.0
Hardware Abstraction Layer Interface for Embedded Systems
Loading...
Searching...
No Matches
Data Fields
nhal_wdt_context Struct Reference

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
 

Detailed Description

Base watchdog context - always present, minimal footprint.

Definition at line 34 of file nhal_wdt_types.h.

Field Documentation

◆ impl_ctx

struct nhal_wdt_impl_ctx* nhal_wdt_context::impl_ctx

Definition at line 39 of file nhal_wdt_types.h.

◆ is_started

bool nhal_wdt_context::is_started

Definition at line 37 of file nhal_wdt_types.h.

◆ timeout_ms

uint32_t nhal_wdt_context::timeout_ms

Cached timeout from last set_config call.

Definition at line 36 of file nhal_wdt_types.h.

◆ wdt_id

nhal_wdt_id nhal_wdt_context::wdt_id

Definition at line 35 of file nhal_wdt_types.h.


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