STM32L486xx HAL User Manual
Functions
Configuration of COMP, legacy functions name
COMP Exported Functions

Functions

__STATIC_INLINE void LL_COMP_SetInputNonInverting (COMP_TypeDef *COMPx, uint32_t InputNonInverting)
__STATIC_INLINE uint32_t LL_COMP_GetInputNonInverting (COMP_TypeDef *COMPx)
__STATIC_INLINE void LL_COMP_SetInputInverting (COMP_TypeDef *COMPx, uint32_t InputInverting)
__STATIC_INLINE uint32_t LL_COMP_GetInputInverting (COMP_TypeDef *COMPx)

Function Documentation

__STATIC_INLINE uint32_t LL_COMP_GetInputInverting ( COMP_TypeDef *  COMPx)

Definition at line 749 of file stm32l4xx_ll_comp.h.

References LL_COMP_GetInputMinus().

__STATIC_INLINE uint32_t LL_COMP_GetInputNonInverting ( COMP_TypeDef *  COMPx)

Definition at line 740 of file stm32l4xx_ll_comp.h.

References LL_COMP_GetInputPlus().

__STATIC_INLINE void LL_COMP_SetInputInverting ( COMP_TypeDef *  COMPx,
uint32_t  InputInverting 
)

Definition at line 745 of file stm32l4xx_ll_comp.h.

References LL_COMP_SetInputMinus().

__STATIC_INLINE void LL_COMP_SetInputNonInverting ( COMP_TypeDef *  COMPx,
uint32_t  InputNonInverting 
)

Definition at line 736 of file stm32l4xx_ll_comp.h.

References LL_COMP_SetInputPlus().