Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

OPAMP configuration locking function

OPAMP configuration locking function
[OPAMP_Private_Functions]

OPAMP1,...OPAMP4 configuration locking function OPAMP1,...OPAMP4 configuration can be locked each separately. More...

Functions

void OPAMP_LockConfig (uint32_t OPAMP_Selection)
 Lock the selected OPAMP configuration.

Detailed Description

OPAMP1,...OPAMP4 configuration locking function OPAMP1,...OPAMP4 configuration can be locked each separately.

Unlocking is performed by system reset.

 ===============================================================================
                     ##### Configuration Lock function #####
 ===============================================================================  


Function Documentation

void OPAMP_LockConfig ( uint32_t  OPAMP_Selection )

Lock the selected OPAMP configuration.

Note:
Locking the configuration means that all control bits are read-only. To unlock the OPAMP configuration, perform a system reset.
Parameters:
OPAMP_Selection,:the selected OPAMP. This parameter can be OPAMP_Selection_OPAMPx where x can be 1 to 4 to select the OPAMP peripheral.
Return values:
None

Definition at line 562 of file stm32f30x_opamp.c.