2.75.1 OPAx_Deinitialize Function

C

/* x = OPA instance number */

void OPAx_Deinitialize(void)

Summary

Deinitializes the OPAx module.

Description

This function deinitializes the OPAx module, resetting it to its default state and disabling its operation.

Precondition

Ensure that any necessary cleanup or state saving is performed before calling this function.

Parameters

None.

Returns

None.

Example

OPA1_Initialize();
OPA1_Enable();
OPA1_Deinitialize();

Remarks

This function should be called to properly shut down the OPAx module before system power-down or reconfiguration and to release any resources allocated by the OPAx module.