|
MG32L003 Standard Peripherals Firmware Library
|
Macros | |
| #define | RTC_CalibPeriod_60sec ((uint32_t)0x00000000) |
| #define | RTC_CalibPeriod_30sec ((uint32_t)0x00000100) |
| #define | RTC_CalibPeriod_15sec ((uint32_t)0x00000200) |
| #define | RTC_CalibPeriod_6sec ((uint32_t)0x00000300) |
| #define | IS_RTC_CALIB_PERIOD(PERIOD) |
| #define IS_RTC_CALIB_PERIOD | ( | PERIOD | ) |
| #define RTC_CalibPeriod_15sec ((uint32_t)0x00000200) |
if RTCCLK = 32768 Hz, calibration period is 15s
| #define RTC_CalibPeriod_30sec ((uint32_t)0x00000100) |
if RTCCLK = 32768 Hz, calibration period is 30s
| #define RTC_CalibPeriod_60sec ((uint32_t)0x00000000) |
if RTCCLK = 32768 Hz, calibration period is 60s
| #define RTC_CalibPeriod_6sec ((uint32_t)0x00000300) |
if RTCCLK = 32768 Hz, calibration period is 6s