ChibiOS/HAL
6.1.0
|
WDG Driver code. More...
#include "hal.h"
Go to the source code of this file.
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 code.
Definition in file hal_wdg.c.