Searched refs:IS_RTC_OUTPUT_PULLUP (Results 1 – 2 of 2) sorted by relevance
968 #define IS_RTC_OUTPUT_PULLUP(TYPE) (((TYPE) == RTC_OUTPUT_PULLUP_NONE) || \ macro
266 assert_param(IS_RTC_OUTPUT_PULLUP(hrtc->Init.OutPutPullUp)); in HAL_RTC_Init()