Macros | |
#define | IS_OPAMP_INPUT(INPUT) |
#define | OPAMP_Input_Inverting ((uint32_t)0x00000018) |
#define | OPAMP_Input_NonInverting ((uint32_t)0x00000013) |
#define IS_OPAMP_INPUT | ( | INPUT | ) |
Definition at line 184 of file stm32f30x_opamp.h.
#define OPAMP_Input_Inverting ((uint32_t)0x00000018) |
Inverting input
Definition at line 181 of file stm32f30x_opamp.h.
#define OPAMP_Input_NonInverting ((uint32_t)0x00000013) |
Non inverting input
Definition at line 182 of file stm32f30x_opamp.h.