Home
last modified time | relevance | path

Searched refs:InputNonInverting (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_opamp.c172 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
207 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
212 … | ((OPAMP_InitStruct->InputNonInverting & OPAMP_CSR_S7SEL2) * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()
233 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
237 … | ((OPAMP_InitStruct->InputNonInverting & OPAMP_CSR_S7SEL2) * __OPAMP_IS_INSTANCE_OPAMP2(OPAMPx)) in LL_OPAMP_Init()
254 OPAMP_InitStruct->InputNonInverting = LL_OPAMP_INPUT_NONINVERT_IO0; in LL_OPAMP_StructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_opamp.h152 uint32_t InputNonInverting; /*!< Set OPAMP input non-inverting connection. member
577 …STATIC_INLINE void LL_OPAMP_SetInputNonInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputNonInverting) in LL_OPAMP_SetInputNonInverting() argument
581 …(InputNonInverting << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)) | ((InputNonInverting & OPAMP_CSR_S7SEL2… in LL_OPAMP_SetInputNonInverting()

Completed in 6 milliseconds