|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent Special Function Registers for WDT. More...
#include <wdt_sfrs.h>
Data Fields | |
| union { | |
| struct { | |
| uint8_t WDTEN:1 | |
| uint8_t RESETEN:1 | |
| uint8_t RSTFLAG:1 | |
| uint8_t WDTPRES:2 | |
| uint8_t Reserved:3 | |
| } | |
| uint8_t BYTE | |
| } | WDTCTRL |
| uint32_t | WDTCLR |
A structure to represent Special Function Registers for WDT.
| uint8_t BYTE |
| uint8_t Reserved |
| uint8_t RESETEN |
| uint8_t RSTFLAG |
| uint32_t WDTCLR |
| union { ... } WDTCTRL |
| uint8_t WDTEN |
| uint8_t WDTPRES |
1.8.9.1