Macros
Collaboration diagram for RTC_Output_Type_ALARM_OUT:

Macros

#define IS_RTC_OUTPUT_TYPE(TYPE)
 
#define IS_RTC_OUTPUT_TYPE(TYPE)
 
#define RTC_OutputType_OpenDrain   ((uint32_t)0x00000000)
 
#define RTC_OutputType_OpenDrain   ((uint32_t)0x00000000)
 
#define RTC_OutputType_PushPull   ((uint32_t)0x00040000)
 
#define RTC_OutputType_PushPull   ((uint32_t)0x00040000)
 

Detailed Description

Macro Definition Documentation

◆ IS_RTC_OUTPUT_TYPE [1/2]

#define IS_RTC_OUTPUT_TYPE (   TYPE)
Value:
(((TYPE) == RTC_OutputType_OpenDrain) || \
#define RTC_OutputType_PushPull
#define RTC_OutputType_OpenDrain

Definition at line 653 of file stm32f30x_rtc.h.

◆ IS_RTC_OUTPUT_TYPE [2/2]

#define IS_RTC_OUTPUT_TYPE (   TYPE)
Value:
(((TYPE) == RTC_OutputType_OpenDrain) || \
#define RTC_OutputType_PushPull
#define RTC_OutputType_OpenDrain

Definition at line 666 of file stm32f4xx_rtc.h.

◆ RTC_OutputType_OpenDrain [1/2]

#define RTC_OutputType_OpenDrain   ((uint32_t)0x00000000)

Definition at line 651 of file stm32f30x_rtc.h.

◆ RTC_OutputType_OpenDrain [2/2]

#define RTC_OutputType_OpenDrain   ((uint32_t)0x00000000)

Definition at line 664 of file stm32f4xx_rtc.h.

◆ RTC_OutputType_PushPull [1/2]

#define RTC_OutputType_PushPull   ((uint32_t)0x00040000)

Definition at line 652 of file stm32f30x_rtc.h.

◆ RTC_OutputType_PushPull [2/2]

#define RTC_OutputType_PushPull   ((uint32_t)0x00040000)

Definition at line 665 of file stm32f4xx_rtc.h.



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