Searched refs:IS_COMP_NONINVERTINGINPUTPULL (Results 1 – 2 of 2) sorted by relevance
271 #define IS_COMP_NONINVERTINGINPUTPULL(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_NOPULL) || \ macro
291 assert_param(IS_COMP_NONINVERTINGINPUTPULL(hcomp->Init.NonInvertingInputPull)); in HAL_COMP_Init()