Macros | |
#define | IS_RTC_CLEAR_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFF10FFF) == (uint32_t)RESET)) |
#define | IS_RTC_CLEAR_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFD0FFF) == (uint32_t)RESET)) |
#define | IS_RTC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET)) |
#define | IS_RTC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET)) |
#define | IS_RTC_GET_IT(IT) |
#define | IS_RTC_GET_IT(IT) |
#define | RTC_IT_ALRA ((uint32_t)0x00001000) |
#define | RTC_IT_ALRA ((uint32_t)0x00001000) |
#define | RTC_IT_ALRB ((uint32_t)0x00002000) |
#define | RTC_IT_ALRB ((uint32_t)0x00002000) |
#define | RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */ |
#define | RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */ |
#define | RTC_IT_TAMP1 ((uint32_t)0x00020000) |
#define | RTC_IT_TAMP1 ((uint32_t)0x00020000) |
#define | RTC_IT_TAMP2 ((uint32_t)0x00040000) |
#define | RTC_IT_TAMP3 ((uint32_t)0x00080000) |
#define | RTC_IT_TS ((uint32_t)0x00008000) |
#define | RTC_IT_TS ((uint32_t)0x00008000) |
#define | RTC_IT_WUT ((uint32_t)0x00004000) |
#define | RTC_IT_WUT ((uint32_t)0x00004000) |
#define IS_RTC_CLEAR_IT | ( | IT | ) | (((IT) != (uint32_t)RESET) && (((IT) & 0xFFF10FFF) == (uint32_t)RESET)) |
Definition at line 782 of file stm32f30x_rtc.h.
#define IS_RTC_CLEAR_IT | ( | IT | ) | (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFD0FFF) == (uint32_t)RESET)) |
Definition at line 795 of file stm32f4xx_rtc.h.
#define IS_RTC_CONFIG_IT | ( | IT | ) | (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET)) |
Definition at line 777 of file stm32f30x_rtc.h.
#define IS_RTC_CONFIG_IT | ( | IT | ) | (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET)) |
Definition at line 791 of file stm32f4xx_rtc.h.
#define IS_RTC_GET_IT | ( | IT | ) |
Definition at line 778 of file stm32f30x_rtc.h.
#define IS_RTC_GET_IT | ( | IT | ) |
Definition at line 792 of file stm32f4xx_rtc.h.
#define RTC_IT_ALRA ((uint32_t)0x00001000) |
Definition at line 770 of file stm32f30x_rtc.h.
#define RTC_IT_ALRA ((uint32_t)0x00001000) |
Definition at line 787 of file stm32f4xx_rtc.h.
#define RTC_IT_ALRB ((uint32_t)0x00002000) |
Definition at line 769 of file stm32f30x_rtc.h.
#define RTC_IT_ALRB ((uint32_t)0x00002000) |
Definition at line 786 of file stm32f4xx_rtc.h.
#define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */ |
Definition at line 771 of file stm32f30x_rtc.h.
#define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */ |
Definition at line 788 of file stm32f4xx_rtc.h.
#define RTC_IT_TAMP1 ((uint32_t)0x00020000) |
Definition at line 772 of file stm32f30x_rtc.h.
#define RTC_IT_TAMP1 ((uint32_t)0x00020000) |
Definition at line 789 of file stm32f4xx_rtc.h.
#define RTC_IT_TAMP2 ((uint32_t)0x00040000) |
Definition at line 773 of file stm32f30x_rtc.h.
#define RTC_IT_TAMP3 ((uint32_t)0x00080000) |
Definition at line 774 of file stm32f30x_rtc.h.
#define RTC_IT_TS ((uint32_t)0x00008000) |
Definition at line 767 of file stm32f30x_rtc.h.
#define RTC_IT_TS ((uint32_t)0x00008000) |
Definition at line 784 of file stm32f4xx_rtc.h.
#define RTC_IT_WUT ((uint32_t)0x00004000) |
Definition at line 768 of file stm32f30x_rtc.h.
#define RTC_IT_WUT ((uint32_t)0x00004000) |
Definition at line 785 of file stm32f4xx_rtc.h.