ChibiOS/HAL  6.1.0
hal_wdg_lld.c File Reference

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

#include "hal.h"

Go to the source code of this file.

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

Definition in file hal_wdg_lld.c.