ChibiOS/HAL  6.1.0
WDGDriver Struct Reference

Structure representing an WDG driver. More...

#include <hal_wdg_lld.h>

Collaboration diagram for WDGDriver:
Collaboration graph

Data Fields

wdgstate_t state
 Driver state. More...
 
const WDGConfigconfig
 Current configuration data. More...
 

Detailed Description

Structure representing an WDG driver.

Definition at line 74 of file hal_wdg_lld.h.

Field Documentation

wdgstate_t WDGDriver::state

Driver state.

Definition at line 78 of file hal_wdg_lld.h.

Referenced by wdgReset(), wdgStart(), and wdgStop().

const WDGConfig* WDGDriver::config

Current configuration data.

Definition at line 82 of file hal_wdg_lld.h.

Referenced by wdgStart(), and wdgStop().