Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_opamp.c322 assert_param(IS_OPAMP_INVERTING_INPUT_STANDALONE(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
327 assert_param(IS_OPAMP_INVERTING_INPUT_PGA(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
372 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
392 hopamp->Init.InvertingInput | \ in HAL_OPAMP_Init()
H A Dstm32l4xx_hal_comp.c287 assert_param(IS_COMP_INPUT_MINUS(hcomp->Instance, hcomp->Init.InvertingInput)); in HAL_COMP_Init()
338 | hcomp->Init.InvertingInput in HAL_COMP_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_opamp.h638 __STATIC_INLINE void LL_OPAMP_SetInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) in LL_OPAMP_SetInvertingInput() argument
640 LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput); in LL_OPAMP_SetInvertingInput()
H A Dstm32l4xx_hal_opamp.h62 uint32_t InvertingInput; /*!< Specifies the inverting input in Standalone & PGA modes member
H A Dstm32l4xx_hal_comp.h67 uint32_t InvertingInput; /*!< Set comparator input minus (inverting input). member