MG32F157 Standard Peripherals Firmware Library
|
Functions | |
void | OPA_DeInit (OPA_TypeDef *OPAx) |
Deinitializes the specified OPAx peripheral register to default reset value. More... | |
void | OPA_Cmd (OPA_TypeDef *OPAx, FunctionalState NewState) |
Enables or disables the specified OPA. More... | |
void OPA_Cmd | ( | OPA_TypeDef * | OPAx, |
FunctionalState | NewState | ||
) |
Enables or disables the specified OPA.
OPAx | where x can be 1 to 3 to select the OPA peripheral. |
NewState | new state of the specified OPA peripheral. This parameter can be: ENABLE or DISABLE. |
void OPA_DeInit | ( | OPA_TypeDef * | OPAx | ) |
Deinitializes the specified OPAx peripheral register to default reset value.
OPAx | where x can be 1 to 3 to select the OPA peripheral. |