|
STM32F103xB HAL User Manual
|
Defines | |
| #define | RTC_OUTPUTSOURCE_NONE 0x00000000U |
| #define | RTC_OUTPUTSOURCE_CALIBCLOCK BKP_RTCCR_CCO |
| #define | RTC_OUTPUTSOURCE_ALARM BKP_RTCCR_ASOE |
| #define | RTC_OUTPUTSOURCE_SECOND (BKP_RTCCR_ASOS | BKP_RTCCR_ASOE) |
| #define RTC_OUTPUTSOURCE_ALARM BKP_RTCCR_ASOE |
Alarm pulse signal on the TAMPER pin
Definition at line 294 of file stm32f1xx_hal_rtc.h.
| #define RTC_OUTPUTSOURCE_CALIBCLOCK BKP_RTCCR_CCO |
RTC clock with a frequency divided by 64 on the TAMPER pin
Definition at line 293 of file stm32f1xx_hal_rtc.h.
| #define RTC_OUTPUTSOURCE_NONE 0x00000000U |
No output on the TAMPER pin
Definition at line 292 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
| #define RTC_OUTPUTSOURCE_SECOND (BKP_RTCCR_ASOS | BKP_RTCCR_ASOE) |
Second pulse signal on the TAMPER pin
Definition at line 295 of file stm32f1xx_hal_rtc.h.
1.7.6.1