27#if (HAL_USE_WDG == TRUE) || defined(__DOXYGEN__)
37#if (PLATFORM_WDG_USE_WDG1 == TRUE) || defined(__DOXYGEN__)
void wdg_lld_init(void)
Low level WDG driver initialization.
void wdg_lld_reset(WDGDriver *wdgp)
Reloads WDG's counter.
void wdg_lld_stop(WDGDriver *wdgp)
Deactivates the WDG peripheral.
void wdg_lld_start(WDGDriver *wdgp)
Configures and activates the WDG peripheral.
Structure representing an WDG driver.