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_start(WDGDriver *wdgp)
Configures and activates the WDG peripheral.
void wdg_lld_stop(WDGDriver *wdgp)
Deactivates the WDG peripheral.
wdgstate_t state
Driver state.
void wdg_lld_reset(WDGDriver *wdgp)
Reloads WDG's counter.
wdgstate_t
Driver state machine possible states.
const WDGConfig * config
Current configuration data.
Structure representing an WDG driver.
void wdg_lld_init(void)
Low level WDG driver initialization.
Driver configuration structure.