Home
last modified time | relevance | path

Searched refs:InvertingInput (Results 1 – 25 of 35) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_comp.c287 assert_param(IS_COMP_INPUT_MINUS(hcomp->Instance, hcomp->Init.InvertingInput)); in HAL_COMP_Init()
327 tmp_csr = (hcomp->Init.InvertingInput | in HAL_COMP_Init()
340 if((hcomp->Init.InvertingInput == COMP_INPUT_MINUS_VREFINT) || in HAL_COMP_Init()
341 (hcomp->Init.InvertingInput == COMP_INPUT_MINUS_1_4VREFINT) || in HAL_COMP_Init()
342 (hcomp->Init.InvertingInput == COMP_INPUT_MINUS_1_2VREFINT) || in HAL_COMP_Init()
343 (hcomp->Init.InvertingInput == COMP_INPUT_MINUS_3_4VREFINT) ) in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_opamp.c278 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
283 assert_param(IS_OPAMP_INVERTING_INPUT_PGA(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
328 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
348 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_opamp.c307 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
312 assert_param(IS_OPAMP_INVERTING_INPUT_PGA(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
358 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
378 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_opamp.c318 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
323 assert_param(IS_OPAMP_INVERTING_INPUT_PGA(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
368 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
388 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
Dstm32l4xx_hal_comp.c281 assert_param(IS_COMP_INPUT_MINUS(hcomp->Instance, hcomp->Init.InvertingInput)); in HAL_COMP_Init()
334 | hcomp->Init.InvertingInput in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_opamp.c316 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
321 assert_param(IS_OPAMP_INVERTING_INPUT_PGA(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
366 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
386 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c367 assert_param(IS_COMP_INVERTINGINPUT(hcomp->Init.InvertingInput)); in HAL_COMP_Init()
415 …hcomp->Init.InvertingInput = COMP_INVERTINGINPUT_SELECTION(hcomp->Instance, hcomp->Init.InvertingI… in HAL_COMP_Init()
Dstm32f3xx_hal_opamp.c284 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
364 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_opamp.h602 __STATIC_INLINE void LL_OPAMP_SetInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) in LL_OPAMP_SetInvertingInput() argument
604 LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput); in LL_OPAMP_SetInvertingInput()
Dstm32u0xx_hal_opamp.h62 …uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone & PGA modes. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_opamp.h627 __STATIC_INLINE void LL_OPAMP_SetInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) in LL_OPAMP_SetInvertingInput() argument
629 LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput); in LL_OPAMP_SetInvertingInput()
Dstm32u5xx_hal_opamp.h62 …uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone & PGA modes. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_opamp.h640 __STATIC_INLINE void LL_OPAMP_SetInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) in LL_OPAMP_SetInvertingInput() argument
642 LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput); in LL_OPAMP_SetInvertingInput()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_opamp.h640 __STATIC_INLINE void LL_OPAMP_SetInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) in LL_OPAMP_SetInvertingInput() argument
642 LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput); in LL_OPAMP_SetInvertingInput()
Dstm32l5xx_hal_opamp.h61 uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone & PGA modes member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_comp.h49 uint32_t InvertingInput; /*!< Selects the inverting input of the comparator. member
326 MODIFY_REG(COMP->CSR, COMP_CSR_INSEL, (__HANDLE__)->Init.InvertingInput ) \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_comp.c288 assert_param(IS_COMP_INVERTINGINPUT(hcomp->Init.InvertingInput)); in HAL_COMP_Init()
347 (hcomp->Init.InvertingInput | \ in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c295 assert_param(IS_COMP_INVERTINGINPUT(hcomp->Init.InvertingInput)); in HAL_COMP_Init()
374 hcomp->Init.InvertingInput | in HAL_COMP_Init()
Dstm32l1xx_hal_opamp.c285 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
352 if (hopamp->Init.InvertingInput == OPAMP_INVERTINGINPUT_IO0) in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_opamp.c314 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
382 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
Dstm32h7xx_hal_comp.c285 assert_param(IS_COMP_INPUT_MINUS(hcomp->Instance, hcomp->Init.InvertingInput)); in HAL_COMP_Init()
328 tmp_csr = (hcomp->Init.InvertingInput | \ in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_opamp.c325 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
393 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c335 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
422 hopamp->Init.InvertingInput | in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp.h48 uint32_t InvertingInput; /*!< Selects the inverting input of the comparator. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h59 …uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone & PGA modes. member

12