Searched refs:RTC_OUTPUT_POLARITY_HIGH (Results 1 – 9 of 9) sorted by relevance
205 RTC_Handler.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in rt_rtc_config()221 RTC_Handler.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in rt_rtc_config()
142 rtc_initstruct.output_polarity = RTC_OUTPUT_POLARITY_HIGH; in rt_hw_rtc_init()
255 #define RTC_OUTPUT_POLARITY_HIGH (0x00000000U) macro258 #define IS_RTC_OUTPUT_POL(POL) (((POL) == RTC_OUTPUT_POLARITY_HIGH) || \
74 RTC_OUTPUT_POLARITY_HIGH = 0x0U, /**< Polarity is high */ enumerator449 #define IS_RTC_OUTPUT_POLARITY(x) (((x) == RTC_OUTPUT_POLARITY_HIGH) || \
76 RTC_OUTPUT_POLARITY_HIGH = 0x0U, /**< Polarity is high */ enumerator451 #define IS_RTC_OUTPUT_POLARITY(x) (((x) == RTC_OUTPUT_POLARITY_HIGH) || \
281 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()
297 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()
256 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()
Completed in 17 milliseconds