Searched refs:IS_RTC_OUTPUT (Results 1 – 6 of 6) sorted by relevance
364 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_Output_Disable) || \ macro
378 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_Output_Disable) || \ macro
172 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ macro
1144 assert_param(IS_RTC_OUTPUT(RTC_Output)); in RTC_OutputConfig()
1523 assert_param(IS_RTC_OUTPUT(RTC_Output)); in RTC_OutputConfig()
256 assert_param(IS_RTC_OUTPUT(hrtc->Init.OutPut)); in HAL_RTC_Init()
Completed in 21 milliseconds