ChibiOS/HAL  6.1.0
hal_wdg.h File Reference

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

Detailed Description

WDG Driver macros and structures.

Definition in file hal_wdg.h.