STM32F479xx HAL User Manual
|
Defines | |
#define | RTC_IT_TS 0x00008000U |
#define | RTC_IT_WUT 0x00004000U |
#define | RTC_IT_ALRB 0x00002000U |
#define | RTC_IT_ALRA 0x00001000U |
#define | RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ |
#define | RTC_IT_TAMP1 0x00020000U |
#define | RTC_IT_TAMP2 0x00040000U |
#define RTC_IT_ALRA 0x00001000U |
Definition at line 413 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_IT_ALRB 0x00002000U |
Definition at line 412 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_AlarmIRQHandler(), HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ |
Definition at line 414 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_IT_TAMP1 0x00020000U |
Definition at line 415 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TAMP2 0x00040000U |
Definition at line 416 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TS 0x00008000U |
Definition at line 410 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateTimeStamp(), HAL_RTCEx_SetTimeStamp_IT(), and HAL_RTCEx_TamperTimeStampIRQHandler().
#define RTC_IT_WUT 0x00004000U |
Definition at line 411 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTCEx_DeactivateWakeUpTimer(), and HAL_RTCEx_SetWakeUpTimer_IT().