Macros | |
#define | RTC_IT_ALRA RTC_CR_ALRAIE |
#define | RTC_IT_ALRA 0x00001000U |
#define | RTC_IT_ALRB RTC_CR_ALRBIE |
#define | RTC_IT_ALRB 0x00002000U |
#define | RTC_IT_TAMP RTC_TAMPCR_TAMPIE /* Used only to Enable the Tamper Interrupt */ |
#define | RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ |
#define | RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE |
#define | RTC_IT_TAMP1 0x00020000U |
#define | RTC_IT_TAMP2 RTC_TAMPCR_TAMP2IE |
#define | RTC_IT_TAMP2 0x00040000U |
#define | RTC_IT_TAMP3 RTC_TAMPCR_TAMP3IE |
#define | RTC_IT_TS RTC_CR_TSIE |
#define | RTC_IT_TS 0x00008000U |
#define | RTC_IT_WUT RTC_CR_WUTIE |
#define | RTC_IT_WUT 0x00004000U |
#define RTC_IT_ALRA RTC_CR_ALRAIE |
Definition at line 407 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_ALRA 0x00001000U |
Definition at line 414 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_ALRB RTC_CR_ALRBIE |
Definition at line 408 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_ALRB 0x00002000U |
Definition at line 413 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TAMP RTC_TAMPCR_TAMPIE /* Used only to Enable the Tamper Interrupt */ |
Definition at line 409 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ |
Definition at line 415 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE |
Definition at line 410 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_TAMP1 0x00020000U |
Definition at line 416 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TAMP2 RTC_TAMPCR_TAMP2IE |
Definition at line 411 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_TAMP2 0x00040000U |
Definition at line 417 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_TAMP3 RTC_TAMPCR_TAMP3IE |
Definition at line 412 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_TS RTC_CR_TSIE |
Definition at line 405 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_TS 0x00008000U |
Definition at line 411 of file stm32f4xx_hal_rtc.h.
#define RTC_IT_WUT RTC_CR_WUTIE |
Definition at line 406 of file stm32f7xx_hal_rtc.h.
#define RTC_IT_WUT 0x00004000U |
Definition at line 412 of file stm32f4xx_hal_rtc.h.