Home
last modified time | relevance | path

Searched refs:IS_OPAMP_INVERTING_INPUT (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_opamp.h454 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_opamp.h238 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h419 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_opamp.c284 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_opamp.c285 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_opamp.c335 assert_param(IS_OPAMP_INVERTING_INPUT(hopamp->Init.InvertingInput)); in HAL_OPAMP_Init()