Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_opamp.c147 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
168 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init()
204 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_opamp.h126 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member
605 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument
607 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VMSEL, InputInverting); in LL_OPAMP_SetInputInverting()
H A Dstm32l4xx_ll_comp.h741 __STATIC_INLINE void LL_COMP_SetInputInverting(COMP_TypeDef *COMPx, uint32_t InputInverting) in LL_COMP_SetInputInverting() argument
743 LL_COMP_SetInputMinus(COMPx, InputInverting); in LL_COMP_SetInputInverting()