Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_opamp.c139 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
167 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
182 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
201 OPAMP_InitStruct->InputNonInverting = LL_OPAMP_INPUT_NONINVERT_IO0; in LL_OPAMP_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_opamp.h121 uint32_t InputNonInverting; /*!< Set OPAMP input non-inverting connection. member
573 …STATIC_INLINE void LL_OPAMP_SetInputNonInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputNonInverting) in LL_OPAMP_SetInputNonInverting() argument
575 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VPSEL, InputNonInverting); in LL_OPAMP_SetInputNonInverting()
H A Dstm32l4xx_ll_comp.h732 __STATIC_INLINE void LL_COMP_SetInputNonInverting(COMP_TypeDef *COMPx, uint32_t InputNonInverting) in LL_COMP_SetInputNonInverting() argument
734 LL_COMP_SetInputPlus(COMPx, InputNonInverting); in LL_COMP_SetInputNonInverting()