STM32F103xB HAL User Manual
|
Defines | |
#define | RTC_IT_OW RTC_CRH_OWIE |
#define | RTC_IT_ALRA RTC_CRH_ALRIE |
#define | RTC_IT_SEC RTC_CRH_SECIE |
#define | RTC_IT_TAMP1 BKP_CSR_TPIE |
#define RTC_IT_ALRA RTC_CRH_ALRIE |
Alarm interrupt
Definition at line 305 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_DeactivateAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_IT_OW RTC_CRH_OWIE |
Overflow interrupt
Definition at line 304 of file stm32f1xx_hal_rtc.h.
#define RTC_IT_SEC RTC_CRH_SECIE |
Second interrupt
Definition at line 306 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateSecond(), HAL_RTCEx_RTCIRQHandler(), and HAL_RTCEx_SetSecond_IT().
#define RTC_IT_TAMP1 BKP_CSR_TPIE |
TAMPER Pin interrupt enable
Definition at line 307 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateTamper(), HAL_RTCEx_SetTamper_IT(), and HAL_RTCEx_TamperIRQHandler().