ChibiOS/HAL 9.0.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)
 Resets WDG's counter.

Enumerations

enum  wdgstate_t { WDG_UNINIT = 0 , WDG_STOP = 1 , WDG_READY = 2 }
 Driver state machine possible states. More...

Functions

void wdgInit (void)
 WDG Driver initialization.
msg_t wdgStart (WDGDriver *wdgp, const WDGConfig *config)
 Configures and activates the WDG peripheral.
void wdgStop (WDGDriver *wdgp)
 Deactivates the WDG peripheral.
void wdgReset (WDGDriver *wdgp)
 Resets WDG's counter.

Detailed Description

WDG Driver macros and structures.

Definition in file hal_wdg.h.