|
ChibiOS
19.1.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 |
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.