2.75.6 OPAx_Initialize Function
C
/* x = OPA instance number */
void OPAx_Initialize(void)
Summary
Initializes the OPAx module.
Description
This function initializes the OPAx module of the device, setting it up for operation according to the predefined configuration.
Precondition
Ensure that the OPAx module is properly configured before calling this function.
Parameters
None.
Returns
None.
Example
OPA1_Initialize();
Remarks
This function must be called only once and before any other OPAx function is called.