|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_OPAMP_INTERNAL_OUTPUT_DISABLED (0x00000000UL) |
| #define | LL_OPAMP_INTERNAL_OUTPUT_ENABLED OPAMP_CSR_OPAMPINTEN |
| #define | LL_OPAMP_INTERNAL_OUPUT_DISABLED LL_OPAMP_INTERNAL_OUTPUT_DISABLED |
| #define | LL_OPAMP_INTERNAL_OUPUT_ENABLED LL_OPAMP_INTERNAL_OUTPUT_ENABLED |
Definition at line 279 of file stm32g4xx_ll_opamp.h.
Definition at line 280 of file stm32g4xx_ll_opamp.h.
| #define LL_OPAMP_INTERNAL_OUTPUT_DISABLED (0x00000000UL) |
OPAMP internal output to ADC disabled.
Definition at line 268 of file stm32g4xx_ll_opamp.h.
| #define LL_OPAMP_INTERNAL_OUTPUT_ENABLED OPAMP_CSR_OPAMPINTEN |
OPAMP internal output to ADC enabled.
Definition at line 269 of file stm32g4xx_ll_opamp.h.
1.7.6.1