STM32L4xx_HAL_Driver  1.14.0
Configuration of OPAMP, legacy functions name

Functions

__STATIC_INLINE void LL_OPAMP_SetNonInvertingInput (OPAMP_TypeDef *OPAMPx, uint32_t NonInvertingInput)
 
__STATIC_INLINE void LL_OPAMP_SetInvertingInput (OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput)
 

Detailed Description

Function Documentation

◆ LL_OPAMP_SetInvertingInput()

__STATIC_INLINE void LL_OPAMP_SetInvertingInput ( OPAMP_TypeDef *  OPAMPx,
uint32_t  InvertingInput 
)

Definition at line 638 of file stm32l4xx_ll_opamp.h.

639 {
640  LL_OPAMP_SetInputInverting(OPAMPx, InvertingInput);
641 }
__STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting)
Set OPAMP inverting input connection.

◆ LL_OPAMP_SetNonInvertingInput()

__STATIC_INLINE void LL_OPAMP_SetNonInvertingInput ( OPAMP_TypeDef *  OPAMPx,
uint32_t  NonInvertingInput 
)

Definition at line 633 of file stm32l4xx_ll_opamp.h.

634 {
635  LL_OPAMP_SetInputNonInverting(OPAMPx, NonInvertingInput);
636 }
__STATIC_INLINE void LL_OPAMP_SetInputNonInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputNonInverting)
Set OPAMP non-inverting input connection. CSR VPSEL LL_OPAMP_SetInputNonInverting.