ChibiOS/HAL  6.1.0
hal_wdg_lld.h File Reference

WDG Driver subsystem low level driver header template. More...

Go to the source code of this file.

Data Structures

struct  WDGConfig
 Driver configuration structure. More...
 
struct  WDGDriver
 Structure representing an WDG driver. More...
 

Macros

Configuration options
#define PLATFORM_WDG_USE_WDG1   FALSE
 WDG1 driver enable switch. More...
 

Typedefs

typedef struct WDGDriver WDGDriver
 Type of a structure representing an WDG driver. More...
 

Functions

void wdg_lld_init (void)
 Low level WDG driver initialization. More...
 
void wdg_lld_start (WDGDriver *wdgp)
 Configures and activates the WDG peripheral. More...
 
void wdg_lld_stop (WDGDriver *wdgp)
 Deactivates the WDG peripheral. More...
 
void wdg_lld_reset (WDGDriver *wdgp)
 Reloads WDG's counter. More...
 

Detailed Description

WDG Driver subsystem low level driver header template.

Definition in file hal_wdg_lld.h.