28#if (HAL_USE_WDG == TRUE) || defined(__DOXYGEN__)
46#if !defined(PLATFORM_WDG_USE_WDG1) || defined(__DOXYGEN__)
47#define PLATFORM_WDG_USE_WDG1 FALSE
94#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.
wdgstate_t
Driver state machine possible states.
void wdg_lld_stop(WDGDriver *wdgp)
Deactivates the WDG peripheral.
void wdg_lld_start(WDGDriver *wdgp)
Configures and activates the WDG peripheral.
Driver configuration structure.
Structure representing an WDG driver.
const WDGConfig * config
Current configuration data.
wdgstate_t state
Driver state.