Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent Special Function Registers for RTC. More...
#include <rtc_sfrs.h>
Data Fields | |
struct { | |
uint32_t LOCK:1 | |
uint32_t EN:1 | |
uint32_t OWIE:1 | |
uint32_t ALRIE:1 | |
uint32_t OWF:1 | |
uint32_t ALRF0:1 | |
uint32_t ALRF1:1 | |
uint32_t __pad0__:1 | |
} | CTRL |
struct { | |
uint32_t CNT:18 | |
uint32_t __pad0__:14 | |
} | COUNTER |
struct { | |
uint32_t CNT:18 | |
uint32_t __pad0__:14 | |
} | ALARM0 |
struct { | |
uint32_t CNT:18 | |
uint32_t __pad0__:14 | |
} | ALARM1 |
A structure to represent Special Function Registers for RTC.
uint32_t __pad0__ |
struct { ... } ALARM0 |
struct { ... } ALARM1 |
uint32_t ALRF0 |
uint32_t ALRF1 |
uint32_t ALRIE |
uint32_t CNT |
struct { ... } COUNTER |
struct { ... } CTRL |
uint32_t EN |
uint32_t LOCK |
uint32_t OWF |
uint32_t OWIE |