STM32L486xx HAL User Manual
Functions
Configuration of OPAMP inputs
OPAMP Exported Functions

Functions

__STATIC_INLINE void LL_OPAMP_SetInputNonInverting (OPAMP_TypeDef *OPAMPx, uint32_t InputNonInverting)
 Set OPAMP non-inverting input connection.
__STATIC_INLINE uint32_t LL_OPAMP_GetInputNonInverting (OPAMP_TypeDef *OPAMPx)
 Get OPAMP non-inverting input connection.
__STATIC_INLINE void LL_OPAMP_SetInputInverting (OPAMP_TypeDef *OPAMPx, uint32_t InputInverting)
 Set OPAMP inverting input connection.
__STATIC_INLINE uint32_t LL_OPAMP_GetInputInverting (OPAMP_TypeDef *OPAMPx)
 Get OPAMP inverting input connection.

Function Documentation

__STATIC_INLINE uint32_t LL_OPAMP_GetInputInverting ( OPAMP_TypeDef *  OPAMPx)

Get OPAMP inverting input connection.

Reference Manual to LL API cross reference:
CSR VMSEL LL_OPAMP_GetInputInverting
Parameters:
OPAMPxOPAMP instance
Return values:
Returnedvalue can be one of the following values:

Definition at line 629 of file stm32l4xx_ll_opamp.h.

__STATIC_INLINE uint32_t LL_OPAMP_GetInputNonInverting ( OPAMP_TypeDef *  OPAMPx)

Get OPAMP non-inverting input connection.

Reference Manual to LL API cross reference:
CSR VPSEL LL_OPAMP_GetInputNonInverting
Parameters:
OPAMPxOPAMP instance
Return values:
Returnedvalue can be one of the following values:

Definition at line 596 of file stm32l4xx_ll_opamp.h.

__STATIC_INLINE void LL_OPAMP_SetInputInverting ( OPAMP_TypeDef *  OPAMPx,
uint32_t  InputInverting 
)

Set OPAMP inverting input connection.

Note:
OPAMP inverting input is used with OPAMP in mode standalone or PGA with external capacitors for filtering circuit. Otherwise (OPAMP in mode follower), OPAMP inverting input is not used (not connected to GPIO pin).
Reference Manual to LL API cross reference:
CSR VMSEL LL_OPAMP_SetInputInverting
Parameters:
OPAMPxOPAMP instance
InputInvertingThis parameter can be one of the following values:
Return values:
None

Definition at line 615 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_SetInvertingInput().

__STATIC_INLINE void LL_OPAMP_SetInputNonInverting ( OPAMP_TypeDef *  OPAMPx,
uint32_t  InputNonInverting 
)

Set OPAMP non-inverting input connection.

Reference Manual to LL API cross reference:
CSR VPSEL LL_OPAMP_SetInputNonInverting
Parameters:
OPAMPxOPAMP instance
InputNonInvertingThis parameter can be one of the following values:
Return values:
None

Definition at line 583 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_SetNonInvertingInput().