Home
last modified time | relevance | path

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

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_opamp.h175 #define OPAMP_Input_Inverting ((uint32_t)0x00000018) /*!< Inverting input */ macro
178 #define IS_OPAMP_INPUT(INPUT) (((INPUT) == OPAMP_Input_Inverting) || \