STM32L486xx HAL User Manual
Defines
COMP helper macro
COMP Exported Macros

Defines

#define __LL_COMP_COMMON_INSTANCE(__COMPx__)   (COMP12_COMMON)
 Helper macro to select the COMP common instance to which is belonging the selected COMP instance.

Define Documentation

#define __LL_COMP_COMMON_INSTANCE (   __COMPx__)    (COMP12_COMMON)

Helper macro to select the COMP common instance to which is belonging the selected COMP instance.

Note:
COMP common register instance can be used to set parameters common to several COMP instances. Refer to functions having argument "COMPxy_COMMON" as parameter.
Parameters:
__COMPx__COMP instance
Return values:
COMPcommon instance or value "0" if there is no COMP common instance.

Definition at line 333 of file stm32l4xx_ll_comp.h.