libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RTC_CALR_CALP (1 << 15) |
#define | RTC_CALR_CALW8 (1 << 14) |
#define | RTC_CALR_CALW16 (1 << 13) |
#define | RTC_CALR_CALM_SHIFT (0) |
#define | RTC_CALR_CALM_MASK (0x1ff) |
#define RTC_CALR_CALM_MASK (0x1ff) |
Definition at line 377 of file rtc_common_l1f024.h.
#define RTC_CALR_CALM_SHIFT (0) |
Definition at line 376 of file rtc_common_l1f024.h.
#define RTC_CALR_CALP (1 << 15) |
Definition at line 373 of file rtc_common_l1f024.h.
#define RTC_CALR_CALW16 (1 << 13) |
Definition at line 375 of file rtc_common_l1f024.h.
#define RTC_CALR_CALW8 (1 << 14) |
Definition at line 374 of file rtc_common_l1f024.h.