ChibiOS/HAL 9.0.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.
const WDGConfigconfig
 Current configuration data.

Detailed Description

Structure representing an WDG driver.

Definition at line 74 of file hal_wdg_lld.h.

Field Documentation

◆ state

wdgstate_t WDGDriver::state

Driver state.

Definition at line 78 of file hal_wdg_lld.h.

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

◆ config

const WDGConfig* WDGDriver::config

Current configuration data.

Definition at line 82 of file hal_wdg_lld.h.

Referenced by wdgStart(), and wdgStop().