Macros
Collaboration diagram for RTC_Output_Polarity_Definitions:

Macros

#define IS_RTC_OUTPUT_POL(POL)
 
#define IS_RTC_OUTPUT_POL(POL)
 
#define RTC_OutputPolarity_High   ((uint32_t)0x00000000)
 
#define RTC_OutputPolarity_High   ((uint32_t)0x00000000)
 
#define RTC_OutputPolarity_Low   ((uint32_t)0x00100000)
 
#define RTC_OutputPolarity_Low   ((uint32_t)0x00100000)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_OUTPUT_POL (   POL)
Value:
(((POL) == RTC_OutputPolarity_High) || \
#define RTC_OutputPolarity_Low
#define RTC_OutputPolarity_High

Definition at line 433 of file stm32f4xx_rtc.h.

#define IS_RTC_OUTPUT_POL (   POL)
Value:
(((POL) == RTC_OutputPolarity_High) || \
#define RTC_OutputPolarity_Low
#define RTC_OutputPolarity_High

Definition at line 433 of file stm32f30x_rtc.h.

#define RTC_OutputPolarity_High   ((uint32_t)0x00000000)

Definition at line 431 of file stm32f30x_rtc.h.

#define RTC_OutputPolarity_High   ((uint32_t)0x00000000)

Definition at line 431 of file stm32f4xx_rtc.h.

#define RTC_OutputPolarity_Low   ((uint32_t)0x00100000)

Definition at line 432 of file stm32f4xx_rtc.h.

#define RTC_OutputPolarity_Low   ((uint32_t)0x00100000)

Definition at line 432 of file stm32f30x_rtc.h.



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