Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_opamp.c308 assert_param(IS_OPAMP_NONINVERTING_INPUT(hopamp->Init.NonInvertingInput)); in HAL_OPAMP_Init()
373 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
383 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
393 hopamp->Init.NonInvertingInput | \ in HAL_OPAMP_Init()
H A Dstm32l4xx_hal_comp.c286 assert_param(IS_COMP_INPUT_PLUS(hcomp->Instance, hcomp->Init.NonInvertingInput)); in HAL_COMP_Init()
337 tmp_csr = ( hcomp->Init.NonInvertingInput in HAL_COMP_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_opamp.h633 …STATIC_INLINE void LL_OPAMP_SetNonInvertingInput(OPAMP_TypeDef *OPAMPx, uint32_t NonInvertingInput) in LL_OPAMP_SetNonInvertingInput() argument
635 LL_OPAMP_SetInputNonInverting(OPAMPx, NonInvertingInput); in LL_OPAMP_SetNonInvertingInput()
H A Dstm32l4xx_hal_opamp.h69 uint32_t NonInvertingInput; /*!< Specifies the non inverting input of the opamp: member
H A Dstm32l4xx_hal_comp.h64 uint32_t NonInvertingInput; /*!< Set comparator input plus (non-inverting input). member