|
ChibiOS 21.11.4
|
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. | |
Typedefs | |
| typedef struct WDGDriver | WDGDriver |
| Type of a structure representing an WDG driver. | |
Functions | |
| void | wdg_lld_init (void) |
| Low level WDG driver initialization. | |
| void | wdg_lld_start (WDGDriver *wdgp) |
| Configures and activates the WDG peripheral. | |
| void | wdg_lld_stop (WDGDriver *wdgp) |
| Deactivates the WDG peripheral. | |
| void | wdg_lld_reset (WDGDriver *wdgp) |
| Reloads WDG's counter. | |
WDG Driver subsystem low level driver header template.
Definition in file hal_wdg_lld.h.