Macros
Collaboration diagram for RTC_Interrupts_Definitions:

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)
 

Detailed Description

Macro Definition Documentation

◆ IS_RTC_CLEAR_IT [1/2]

#define IS_RTC_CLEAR_IT (   IT)    (((IT) != (uint32_t)RESET) && (((IT) & 0xFFF10FFF) == (uint32_t)RESET))

Definition at line 782 of file stm32f30x_rtc.h.

◆ IS_RTC_CLEAR_IT [2/2]

#define IS_RTC_CLEAR_IT (   IT)    (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFD0FFF) == (uint32_t)RESET))

Definition at line 795 of file stm32f4xx_rtc.h.

◆ IS_RTC_CONFIG_IT [1/2]

#define IS_RTC_CONFIG_IT (   IT)    (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET))

Definition at line 777 of file stm32f30x_rtc.h.

◆ IS_RTC_CONFIG_IT [2/2]

#define IS_RTC_CONFIG_IT (   IT)    (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF0FFB) == (uint32_t)RESET))

Definition at line 791 of file stm32f4xx_rtc.h.

◆ IS_RTC_GET_IT [1/2]

#define IS_RTC_GET_IT (   IT)
Value:
(((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
((IT) == RTC_IT_ALRB) || ((IT) == RTC_IT_ALRA) || \
((IT) == RTC_IT_TAMP1) || ((IT) == RTC_IT_TAMP2) || \
((IT) == RTC_IT_TAMP3))
#define RTC_IT_ALRA
#define RTC_IT_TAMP3
#define RTC_IT_TAMP1
#define RTC_IT_WUT
#define RTC_IT_TS
#define RTC_IT_TAMP2
#define RTC_IT_ALRB

Definition at line 778 of file stm32f30x_rtc.h.

◆ IS_RTC_GET_IT [2/2]

#define IS_RTC_GET_IT (   IT)
Value:
(((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
((IT) == RTC_IT_ALRB) || ((IT) == RTC_IT_ALRA) || \
((IT) == RTC_IT_TAMP1))
#define RTC_IT_ALRA
#define RTC_IT_TAMP1
#define RTC_IT_WUT
#define RTC_IT_TS
#define RTC_IT_ALRB

Definition at line 792 of file stm32f4xx_rtc.h.

◆ RTC_IT_ALRA [1/2]

#define RTC_IT_ALRA   ((uint32_t)0x00001000)

Definition at line 770 of file stm32f30x_rtc.h.

◆ RTC_IT_ALRA [2/2]

#define RTC_IT_ALRA   ((uint32_t)0x00001000)

Definition at line 787 of file stm32f4xx_rtc.h.

◆ RTC_IT_ALRB [1/2]

#define RTC_IT_ALRB   ((uint32_t)0x00002000)

Definition at line 769 of file stm32f30x_rtc.h.

◆ RTC_IT_ALRB [2/2]

#define RTC_IT_ALRB   ((uint32_t)0x00002000)

Definition at line 786 of file stm32f4xx_rtc.h.

◆ RTC_IT_TAMP [1/2]

#define RTC_IT_TAMP   ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */

Definition at line 771 of file stm32f30x_rtc.h.

◆ RTC_IT_TAMP [2/2]

#define RTC_IT_TAMP   ((uint32_t)0x00000004) /* Used only to Enable the Tamper Interrupt */

Definition at line 788 of file stm32f4xx_rtc.h.

◆ RTC_IT_TAMP1 [1/2]

#define RTC_IT_TAMP1   ((uint32_t)0x00020000)

Definition at line 772 of file stm32f30x_rtc.h.

◆ RTC_IT_TAMP1 [2/2]

#define RTC_IT_TAMP1   ((uint32_t)0x00020000)

Definition at line 789 of file stm32f4xx_rtc.h.

◆ RTC_IT_TAMP2

#define RTC_IT_TAMP2   ((uint32_t)0x00040000)

Definition at line 773 of file stm32f30x_rtc.h.

◆ RTC_IT_TAMP3

#define RTC_IT_TAMP3   ((uint32_t)0x00080000)

Definition at line 774 of file stm32f30x_rtc.h.

◆ RTC_IT_TS [1/2]

#define RTC_IT_TS   ((uint32_t)0x00008000)

Definition at line 767 of file stm32f30x_rtc.h.

◆ RTC_IT_TS [2/2]

#define RTC_IT_TS   ((uint32_t)0x00008000)

Definition at line 784 of file stm32f4xx_rtc.h.

◆ RTC_IT_WUT [1/2]

#define RTC_IT_WUT   ((uint32_t)0x00004000)

Definition at line 768 of file stm32f30x_rtc.h.

◆ RTC_IT_WUT [2/2]

#define RTC_IT_WUT   ((uint32_t)0x00004000)

Definition at line 785 of file stm32f4xx_rtc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15