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