Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
A structure to represent Special Function Registers for RTC. More...
#include <rtc_sfrs.h>
Data Fields | |
union { | |
struct { | |
uint8_t TRIM:2 | |
uint8_t DIV:2 | |
uint8_t RESERVED:4 | |
} | |
uint8_t BYTE | |
} | RTCCTRL |
A structure to represent Special Function Registers for RTC.
uint8_t BYTE |
uint8_t DIV |
uint8_t RESERVED |
union { ... } RTCCTRL |
uint8_t TRIM |