STM32G474xx HAL User Manual
定义
OPAMP input non-inverting secondary
OPAMP导出常量

定义

#define LL_OPAMP_INPUT_NONINVERT_IO0_SEC   (0x00000000UL)
#define LL_OPAMP_INPUT_NONINVERT_IO1_SEC   OPAMP_TCMR_VPSSEL_0
#define LL_OPAMP_INPUT_NONINVERT_IO2_SEC   OPAMP_TCMR_VPSSEL_1
#define LL_OPAMP_INPUT_NONINVERT_IO3_SEC   OPAMP_TCMR_VPSSEL
#define LL_OPAMP_INPUT_NONINVERT_DAC_SEC   OPAMP_TCMR_VPSSEL

定义文档

#define LL_OPAMP_INPUT_NONINVERT_DAC_SEC   OPAMP_TCMR_VPSSEL

OPAMP secondary non inverting input connected internally to DAC channel (DAC3_CH1 for OPAMP1, DAC3_CH2 for OPAMP3, DAC4_CH1 for OPAMP4, DAC4_CH2 for OPAMP5, DAC3_CH1 for OPAMP6) 注意:在此STM32系列中,并非所有器件上都提供所有OPAMPx。请参考器件数据手册了解更多详情

定义于文件 stm32g4xx_ll_opamp.h 的第 230 行。

#define LL_OPAMP_INPUT_NONINVERT_IO0_SEC   (0x00000000UL)

OPAMP secondary non inverting input connected to I/O VINP0 (PA1 for OPAMP1, PA7 for OPAMP2, PB0 for OPAMP3, PB13 for OPAMP4, PB14 for OPAMP5, PB12 for OPAMP6) 注意:在此STM32系列中,并非所有器件上都提供所有OPAMPx。请参考器件数据手册了解更多详情

定义于文件 stm32g4xx_ll_opamp.h 的第 219 行。

#define LL_OPAMP_INPUT_NONINVERT_IO1_SEC   OPAMP_TCMR_VPSSEL_0

OPAMP secondary non inverting input connected to I/O VINP1 (PA3 for OPAMP1, PB14 for OPAMP2, PB13 for OPAMP3, PD11 for OPAMP4, PD12 for OPAMP5, PD9 for OPAMP6) 注意:在此STM32系列中,并非所有器件上都提供所有OPAMPx。请参考器件数据手册了解更多详情

定义于文件 stm32g4xx_ll_opamp.h 的第 222 行。

#define LL_OPAMP_INPUT_NONINVERT_IO2_SEC   OPAMP_TCMR_VPSSEL_1

OPAMP secondary non inverting input connected to I/O VINP2 (PA7 for OPAMP1, PB0 for OPAMP2, PA1 for OPAMP3, PB11 for OPAMP4, PC3 for OPAMP5, PB13 for OPAMP6) 注意:在此STM32系列中,并非所有器件上都提供所有OPAMPx。请参考器件数据手册了解更多详情

定义于文件 stm32g4xx_ll_opamp.h 的第 225 行。

#define LL_OPAMP_INPUT_NONINVERT_IO3_SEC   OPAMP_TCMR_VPSSEL

OPAMP secondary non inverting input connected to I/O VINP3 (PD14 for OPAMP2)

定义于文件 stm32g4xx_ll_opamp.h 的第 228 行。