Searched refs:IS_COMP_NONINVERTINGINPUT_INSTANCE (Results 1 – 2 of 2) sorted by relevance
1842 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) \ macro1943 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) ((INPUT) == (INPUT)) /*!< Multiple se… macro2043 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) \ macro2363 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) \ macro2702 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) \ macro
369 … assert_param(IS_COMP_NONINVERTINGINPUT_INSTANCE(hcomp->Instance, hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()