|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent WDT device. More...
#include <systick_device.h>
Data Fields | |
| void(* | Enable )(void) |
| void(* | Disable )(void) |
| uint8_t(* | IsEnabled )(void) |
| void(* | IntEnable )(void) |
| void(* | IntDisable )(void) |
| void(* | SetLoad )(uint32_t) |
| uint32_t(* | GetLoad )(void) |
| void(* | SetCount )(uint32_t) |
| uint32_t(* | GetCount )(void) |
| IRQn_Type | IRQ |
A structure to represent WDT device.
| void(* Disable) (void) |
| void(* Enable) (void) |
| uint32_t(* GetCount) (void) |
| uint32_t(* GetLoad) (void) |
| void(* IntDisable) (void) |
| void(* IntEnable) (void) |
| IRQn_Type IRQ |
| uint8_t(* IsEnabled) (void) |
| void(* SetCount) (uint32_t) |
| void(* SetLoad) (uint32_t) |
1.8.9.1