STM32H735xx HAL User Manual
|
Defines | |
#define | __LL_OPAMP_COMMON_INSTANCE(__OPAMPx__) (OPAMP12_COMMON) |
Helper macro to select the OPAMP common instance to which is belonging the selected OPAMP instance. | |
#define | __LL_OPAMP_IS_ENABLED_ALL_COMMON_INSTANCE() |
Helper macro to check if all OPAMP instances sharing the same OPAMP common instance are disabled. |
#define __LL_OPAMP_COMMON_INSTANCE | ( | __OPAMPx__ | ) | (OPAMP12_COMMON) |
Helper macro to select the OPAMP common instance to which is belonging the selected OPAMP instance.
__OPAMPx__ | OPAMP instance |
OPAMP | common instance |
Definition at line 322 of file stm32h7xx_ll_opamp.h.
#define __LL_OPAMP_IS_ENABLED_ALL_COMMON_INSTANCE | ( | ) |
(LL_OPAMP_IsEnabled(OPAMP1) | \ LL_OPAMP_IsEnabled(OPAMP2) )
Helper macro to check if all OPAMP instances sharing the same OPAMP common instance are disabled.
0,: | All OPAMP instances sharing the same OPAMP common instance are disabled. 1: At least one OPAMP instance sharing the same OPAMP common instance is enabled |
Definition at line 339 of file stm32h7xx_ll_opamp.h.