Home
last modified time | relevance | path

Searched refs:OPAMP_NONINVERTINGINPUT_DAC_CH1 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp_ex.h164 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) \
171 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) || \
193 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) \
198 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) || \
Dstm32l1xx_hal_opamp.h203 #define OPAMP_NONINVERTINGINPUT_DAC_CH1 0x00000001U /*!< Comparator non-inverting input connect… macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c375 else if (hopamp->Init.NonInvertingInput == OPAMP_NONINVERTINGINPUT_DAC_CH1) in HAL_OPAMP_Init()