Macros
Collaboration diagram for RTC_Flags_Definitions:

Macros

#define IS_RTC_CLEAR_FLAG(FLAG)   (((FLAG) != (uint32_t)RESET) && (((FLAG) & 0xFFFF00DF) == (uint32_t)RESET))
 
#define IS_RTC_CLEAR_FLAG(FLAG)   (((FLAG) != (uint32_t)RESET) && (((FLAG) & 0xFFFF00DF) == (uint32_t)RESET))
 
#define IS_RTC_GET_FLAG(FLAG)
 
#define IS_RTC_GET_FLAG(FLAG)
 
#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100)
 
#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100)
 
#define RTC_FLAG_ALRAWF   ((uint32_t)0x00000001)
 
#define RTC_FLAG_ALRAWF   ((uint32_t)0x00000001)
 
#define RTC_FLAG_ALRBF   ((uint32_t)0x00000200)
 
#define RTC_FLAG_ALRBF   ((uint32_t)0x00000200)
 
#define RTC_FLAG_ALRBWF   ((uint32_t)0x00000002)
 
#define RTC_FLAG_ALRBWF   ((uint32_t)0x00000002)
 
#define RTC_FLAG_INITF   ((uint32_t)0x00000040)
 
#define RTC_FLAG_INITF   ((uint32_t)0x00000040)
 
#define RTC_FLAG_INITS   ((uint32_t)0x00000010)
 
#define RTC_FLAG_INITS   ((uint32_t)0x00000010)
 
#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000)
 
#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000)
 
#define RTC_FLAG_RSF   ((uint32_t)0x00000020)
 
#define RTC_FLAG_RSF   ((uint32_t)0x00000020)
 
#define RTC_FLAG_SHPF   ((uint32_t)0x00000008)
 
#define RTC_FLAG_SHPF   ((uint32_t)0x00000008)
 
#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000)
 
#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000)
 
#define RTC_FLAG_TAMP2F   ((uint32_t)0x00004000)
 
#define RTC_FLAG_TAMP3F   ((uint32_t)0x00008000)
 
#define RTC_FLAG_TSF   ((uint32_t)0x00000800)
 
#define RTC_FLAG_TSF   ((uint32_t)0x00000800)
 
#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000)
 
#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000)
 
#define RTC_FLAG_WUTF   ((uint32_t)0x00000400)
 
#define RTC_FLAG_WUTF   ((uint32_t)0x00000400)
 
#define RTC_FLAG_WUTWF   ((uint32_t)0x00000004)
 
#define RTC_FLAG_WUTWF   ((uint32_t)0x00000004)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_CLEAR_FLAG (   FLAG)    (((FLAG) != (uint32_t)RESET) && (((FLAG) & 0xFFFF00DF) == (uint32_t)RESET))

Definition at line 758 of file stm32f30x_rtc.h.

#define IS_RTC_CLEAR_FLAG (   FLAG)    (((FLAG) != (uint32_t)RESET) && (((FLAG) & 0xFFFF00DF) == (uint32_t)RESET))

Definition at line 776 of file stm32f4xx_rtc.h.

#define IS_RTC_GET_FLAG (   FLAG)
Value:
(((FLAG) == RTC_FLAG_TSOVF) || ((FLAG) == RTC_FLAG_TSF) || \
((FLAG) == RTC_FLAG_WUTF) || ((FLAG) == RTC_FLAG_ALRBF) || \
((FLAG) == RTC_FLAG_ALRAF) || ((FLAG) == RTC_FLAG_INITF) || \
((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
((FLAG) == RTC_FLAG_ALRBWF) || ((FLAG) == RTC_FLAG_ALRAWF) || \
((FLAG) == RTC_FLAG_TAMP1F) || ((FLAG) == RTC_FLAG_TAMP2F) || \
((FLAG) == RTC_FLAG_TAMP3F) || ((FLAG) == RTC_FLAG_RECALPF) || \
((FLAG) == RTC_FLAG_SHPF))
#define RTC_FLAG_ALRBWF
#define RTC_FLAG_ALRBF
#define RTC_FLAG_ALRAWF
#define RTC_FLAG_RSF
#define RTC_FLAG_TSF
#define RTC_FLAG_RECALPF
#define RTC_FLAG_TAMP1F
#define RTC_FLAG_INITF
#define RTC_FLAG_SHPF
#define RTC_FLAG_WUTF
#define RTC_FLAG_TAMP3F
#define RTC_FLAG_WUTWF
#define RTC_FLAG_TSOVF
#define RTC_FLAG_ALRAF
#define RTC_FLAG_TAMP2F

Definition at line 750 of file stm32f30x_rtc.h.

#define IS_RTC_GET_FLAG (   FLAG)
Value:
(((FLAG) == RTC_FLAG_TSOVF) || ((FLAG) == RTC_FLAG_TSF) || \
((FLAG) == RTC_FLAG_WUTF) || ((FLAG) == RTC_FLAG_ALRBF) || \
((FLAG) == RTC_FLAG_ALRAF) || ((FLAG) == RTC_FLAG_INITF) || \
((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
((FLAG) == RTC_FLAG_ALRBWF) || ((FLAG) == RTC_FLAG_ALRAWF) || \
((FLAG) == RTC_FLAG_TAMP1F) || ((FLAG) == RTC_FLAG_RECALPF) || \
((FLAG) == RTC_FLAG_SHPF))
#define RTC_FLAG_ALRBWF
#define RTC_FLAG_ALRBF
#define RTC_FLAG_ALRAWF
#define RTC_FLAG_RSF
#define RTC_FLAG_TSF
#define RTC_FLAG_RECALPF
#define RTC_FLAG_TAMP1F
#define RTC_FLAG_INITF
#define RTC_FLAG_SHPF
#define RTC_FLAG_WUTF
#define RTC_FLAG_WUTWF
#define RTC_FLAG_TSOVF
#define RTC_FLAG_ALRAF

Definition at line 769 of file stm32f4xx_rtc.h.

#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100)

Definition at line 742 of file stm32f30x_rtc.h.

#define RTC_FLAG_ALRAF   ((uint32_t)0x00000100)

Definition at line 761 of file stm32f4xx_rtc.h.

#define RTC_FLAG_ALRAWF   ((uint32_t)0x00000001)

Definition at line 749 of file stm32f30x_rtc.h.

#define RTC_FLAG_ALRAWF   ((uint32_t)0x00000001)

Definition at line 768 of file stm32f4xx_rtc.h.

#define RTC_FLAG_ALRBF   ((uint32_t)0x00000200)

Definition at line 741 of file stm32f30x_rtc.h.

#define RTC_FLAG_ALRBF   ((uint32_t)0x00000200)

Definition at line 760 of file stm32f4xx_rtc.h.

#define RTC_FLAG_ALRBWF   ((uint32_t)0x00000002)

Definition at line 748 of file stm32f30x_rtc.h.

#define RTC_FLAG_ALRBWF   ((uint32_t)0x00000002)

Definition at line 767 of file stm32f4xx_rtc.h.

#define RTC_FLAG_INITF   ((uint32_t)0x00000040)

Definition at line 743 of file stm32f30x_rtc.h.

#define RTC_FLAG_INITF   ((uint32_t)0x00000040)

Definition at line 762 of file stm32f4xx_rtc.h.

#define RTC_FLAG_INITS   ((uint32_t)0x00000010)

Definition at line 745 of file stm32f30x_rtc.h.

#define RTC_FLAG_INITS   ((uint32_t)0x00000010)

Definition at line 764 of file stm32f4xx_rtc.h.

#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000)

Definition at line 734 of file stm32f30x_rtc.h.

#define RTC_FLAG_RECALPF   ((uint32_t)0x00010000)

Definition at line 755 of file stm32f4xx_rtc.h.

#define RTC_FLAG_RSF   ((uint32_t)0x00000020)

Definition at line 744 of file stm32f30x_rtc.h.

#define RTC_FLAG_RSF   ((uint32_t)0x00000020)

Definition at line 763 of file stm32f4xx_rtc.h.

#define RTC_FLAG_SHPF   ((uint32_t)0x00000008)

Definition at line 746 of file stm32f30x_rtc.h.

#define RTC_FLAG_SHPF   ((uint32_t)0x00000008)

Definition at line 765 of file stm32f4xx_rtc.h.

#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000)

Definition at line 737 of file stm32f30x_rtc.h.

#define RTC_FLAG_TAMP1F   ((uint32_t)0x00002000)

Definition at line 756 of file stm32f4xx_rtc.h.

#define RTC_FLAG_TAMP2F   ((uint32_t)0x00004000)

Definition at line 736 of file stm32f30x_rtc.h.

#define RTC_FLAG_TAMP3F   ((uint32_t)0x00008000)

Definition at line 735 of file stm32f30x_rtc.h.

#define RTC_FLAG_TSF   ((uint32_t)0x00000800)

Definition at line 739 of file stm32f30x_rtc.h.

#define RTC_FLAG_TSF   ((uint32_t)0x00000800)

Definition at line 758 of file stm32f4xx_rtc.h.

#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000)

Definition at line 738 of file stm32f30x_rtc.h.

#define RTC_FLAG_TSOVF   ((uint32_t)0x00001000)

Definition at line 757 of file stm32f4xx_rtc.h.

#define RTC_FLAG_WUTF   ((uint32_t)0x00000400)

Definition at line 740 of file stm32f30x_rtc.h.

#define RTC_FLAG_WUTF   ((uint32_t)0x00000400)

Definition at line 759 of file stm32f4xx_rtc.h.

#define RTC_FLAG_WUTWF   ((uint32_t)0x00000004)

Definition at line 747 of file stm32f30x_rtc.h.

#define RTC_FLAG_WUTWF   ((uint32_t)0x00000004)

Definition at line 766 of file stm32f4xx_rtc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54