28#if (HAL_USE_WDG == TRUE) || defined(__DOXYGEN__)
68#define wdgResetI(wdgp) wdg_lld_reset(wdgp)
int32_t msg_t
Type of a message.
void wdgReset(WDGDriver *wdgp)
Resets WDG's counter.
msg_t wdgStart(WDGDriver *wdgp, const WDGConfig *config)
Configures and activates the WDG peripheral.
void wdgInit(void)
WDG Driver initialization.
void wdgStop(WDGDriver *wdgp)
Deactivates the WDG peripheral.
wdgstate_t
Driver state machine possible states.
WDG Driver subsystem low level driver header template.
Driver configuration structure.
Structure representing an WDG driver.