Searched refs:InvertingInput (Results 1 – 4 of 4) sorted by relevance
50 uint32_t InvertingInput; /*!< Selects the inverting input of the comparator. member327 MODIFY_REG(COMP->CSR, COMP_CSR_INSEL, (__HANDLE__)->Init.InvertingInput ) \
64 uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone mode member
296 assert_param(IS_COMP_INVERTINGINPUT(hcomp->Init.InvertingInput)); in HAL_COMP_Init()375 hcomp->Init.InvertingInput | in HAL_COMP_Init()
288 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()355 if (hopamp->Init.InvertingInput == OPAMP_INVERTINGINPUT_IO0) in HAL_OPAMP_Init()
Completed in 15 milliseconds