|
ChibiOS
20.3.4
|
WDG Driver macros and structures. More...
#include "hal_wdg_lld.h"Go to the source code of this file.
Macros | |
| #define | wdgResetI(wdgp) wdg_lld_reset(wdgp) |
| Resets WDG's counter. More... | |
Enumerations | |
| enum | wdgstate_t { WDG_UNINIT = 0, WDG_STOP = 1, WDG_READY = 2 } |
| Driver state machine possible states. More... | |
Functions | |
| void | wdgInit (void) |
| WDG Driver initialization. More... | |
| void | wdgStart (WDGDriver *wdgp, const WDGConfig *config) |
| Configures and activates the WDG peripheral. More... | |
| void | wdgStop (WDGDriver *wdgp) |
| Deactivates the WDG peripheral. More... | |
| void | wdgReset (WDGDriver *wdgp) |
| Resets WDG's counter. More... | |
WDG Driver macros and structures.
Definition in file hal_wdg.h.