|
ChibiOS/HAL
6.1.0
|
Structure representing an WDG driver. More...
#include <hal_wdg_lld.h>

Data Fields | |
| wdgstate_t | state |
| Driver state. More... | |
| const WDGConfig * | config |
| Current configuration data. More... | |
Structure representing an WDG driver.
Definition at line 74 of file hal_wdg_lld.h.
| 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().