STM32F103xB HAL User Manual
|
Defines | |
#define | LL_RTC_CALIB_OUTPUT_NONE (0x00000000U) |
#define | LL_RTC_CALIB_OUTPUT_RTCCLOCK BKP_RTCCR_CCO |
#define | LL_RTC_CALIB_OUTPUT_ALARM BKP_RTCCR_ASOE |
#define | LL_RTC_CALIB_OUTPUT_SECOND (BKP_RTCCR_ASOS | BKP_RTCCR_ASOE) |
#define LL_RTC_CALIB_OUTPUT_ALARM BKP_RTCCR_ASOE |
Calibration output is Alarm pulse signal on the TAMPER pin
Definition at line 195 of file stm32f1xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_NONE (0x00000000U) |
Calibration output disabled
Definition at line 193 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_Init(), and LL_RTC_StructInit().
#define LL_RTC_CALIB_OUTPUT_RTCCLOCK BKP_RTCCR_CCO |
Calibration output is RTC Clock with a frequency divided by 64 on the TAMPER Pin
Definition at line 194 of file stm32f1xx_ll_rtc.h.
#define LL_RTC_CALIB_OUTPUT_SECOND (BKP_RTCCR_ASOS | BKP_RTCCR_ASOE) |
Calibration output is Second pulse signal on the TAMPER pin
Definition at line 196 of file stm32f1xx_ll_rtc.h.