Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
A structure to represent WDT device. More...
#include <wdt_device.h>
Data Fields | |
void(* | Enable )(void) |
void(* | Disable )(void) |
void(* | ResetEnable )(void) |
void(* | ResetDisable )(void) |
void(* | SetPrescaler )(uint8_t pres) |
uint8_t(* | IsReset )(void) |
void(* | Clear )(void) |
IRQn_Type | IRQ |
WDT_State_t * | State |
A structure to represent WDT device.
void(* Clear) (void) |
void(* Disable) (void) |
void(* Enable) (void) |
IRQn_Type IRQ |
uint8_t(* IsReset) (void) |
void(* ResetDisable) (void) |
void(* ResetEnable) (void) |
void(* SetPrescaler) (uint8_t pres) |
WDT_State_t* State |