Searched refs:IS_COMP_OUTPUT (Results 1 – 4 of 4) sorted by relevance
219 assert_param(IS_COMP_OUTPUT(COMP_InitStruct->COMP_Output)); in COMP_Init()
167 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_Output_None) || \ macro
162 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \ macro
297 assert_param(IS_COMP_OUTPUT(hcomp->Init.Output)); in HAL_COMP_Init()
Completed in 10 milliseconds