|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | RTC_TR_RESERVED_MASK |
| #define | RTC_DR_RESERVED_MASK |
| #define | RTC_ISR_RESERVED_MASK ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT)) |
| #define | RTC_INIT_MASK 0xFFFFFFFFU |
| #define | RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF)) |
| #define | RTC_FLAGS_MASK |
| #define | RTC_TIMEOUT_VALUE 1000U |
| #define | RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR_MR17 |
| #define RTC_DR_RESERVED_MASK |
Definition at line 777 of file stm32f4xx_hal_rtc.h.
| #define RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR_MR17 |
External interrupt line 17 connected to the RTC Alarm event
Definition at line 794 of file stm32f4xx_hal_rtc.h.
| #define RTC_FLAGS_MASK |
Definition at line 784 of file stm32f4xx_hal_rtc.h.
| #define RTC_INIT_MASK 0xFFFFFFFFU |
Definition at line 782 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_InitTick(), and HAL_RTC_AlarmAEventCallback().
| #define RTC_ISR_RESERVED_MASK ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT)) |
Definition at line 781 of file stm32f4xx_hal_rtc.h.
| #define RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF)) |
Definition at line 783 of file stm32f4xx_hal_rtc.h.
| #define RTC_TIMEOUT_VALUE 1000U |
Definition at line 792 of file stm32f4xx_hal_rtc.h.
| #define RTC_TR_RESERVED_MASK |
Definition at line 773 of file stm32f4xx_hal_rtc.h.