OPAMP Init structure definition. More...
#include <stm32f30x_opamp.h>
Public Attributes | |
uint32_t | OPAMP_InvertingInput |
uint32_t | OPAMP_NonInvertingInput |
OPAMP Init structure definition.
Definition at line 54 of file stm32f30x_opamp.h.
uint32_t OPAMP_InitTypeDef::OPAMP_InvertingInput |
Selects the inverting input of the operational amplifier. This parameter can be a value of OPAMP_InvertingInput
Definition at line 57 of file stm32f30x_opamp.h.
uint32_t OPAMP_InitTypeDef::OPAMP_NonInvertingInput |
Selects the non inverting input of the operational amplifier. This parameter can be a value of OPAMP_NonInvertingInput
Definition at line 60 of file stm32f30x_opamp.h.