Searched refs:InputInverting (Results 1 – 3 of 3) sorted by relevance
147 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()
126 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member605 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument607 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VMSEL, InputInverting); in LL_OPAMP_SetInputInverting()
741 __STATIC_INLINE void LL_COMP_SetInputInverting(COMP_TypeDef *COMPx, uint32_t InputInverting) in LL_COMP_SetInputInverting() argument743 LL_COMP_SetInputMinus(COMPx, InputInverting); in LL_COMP_SetInputInverting()