Operational amplifier (OPAMP)
Enable or disable the timer-controlled mux mode.
ï‚· OPAMP_Selection : the selected OPAMP. This parameter
can be OPAMP_Selection_OPAMPx where x can be 1 to 4 to
select the OPAMP peripheral.
ï‚· NewState : new state of the OPAMP peripheral. This
parameter can be: ENABLE or DISABLE.
ï‚· If the selected OPAMP is locked, enable/disable can't be
performed. To unlock the configuration, perform a system
reset.
16.2.4.10 OPAMP_Cmd
void OPAMP_Cmd ( uint32_t OPAMP_Selection,
FunctionalState NewState)
Enable or disable the OPAMP peripheral.
ï‚· OPAMP_Selection : the selected OPAMP. This parameter
can be OPAMP_Selection_OPAMPx where x can be 1 to 4 to
select the OPAMP peripheral.
ï‚· NewState : new state of the OPAMP peripheral. This
parameter can be: ENABLE or DISABLE.
ï‚· If the selected OPAMP is locked, enable/disable can't be
performed. To unlock the configuration, perform a system
reset.
16.2.4.11 OPAMP_GetOutputLevel
uint32_t OPAMP_GetOutputLevel ( uint32_t
OPAMP_Selection)
Return the output level (high or low) during calibration of the
selected OPAMP.
ï‚· OPAMP_Selection : the selected OPAMP. This parameter
can be OPAMP_Selection_OPAMPx where x can be 1 to 4 to
select the OPAMP peripheral.
ï€ OPAMP :