STM32L486xx HAL User Manual
Functions
Configuration of comparator modes
COMP Exported Functions

Functions

__STATIC_INLINE void LL_COMP_SetPowerMode (COMP_TypeDef *COMPx, uint32_t PowerMode)
 Set comparator instance operating mode to adjust power and speed.
__STATIC_INLINE uint32_t LL_COMP_GetPowerMode (COMP_TypeDef *COMPx)
 Get comparator instance operating mode to adjust power and speed.

Function Documentation

__STATIC_INLINE uint32_t LL_COMP_GetPowerMode ( COMP_TypeDef *  COMPx)

Get comparator instance operating mode to adjust power and speed.

Reference Manual to LL API cross reference:
CSR PWRMODE LL_COMP_GetPowerMode
Parameters:
COMPxComparator instance
Return values:
Returnedvalue can be one of the following values:

Definition at line 418 of file stm32l4xx_ll_comp.h.

__STATIC_INLINE void LL_COMP_SetPowerMode ( COMP_TypeDef *  COMPx,
uint32_t  PowerMode 
)

Set comparator instance operating mode to adjust power and speed.

Reference Manual to LL API cross reference:
CSR PWRMODE LL_COMP_SetPowerMode
Parameters:
COMPxComparator instance
PowerModeThis parameter can be one of the following values:
Return values:
None

Definition at line 404 of file stm32l4xx_ll_comp.h.