2.75.4 OPAx_Enable Function

C

/* x = OPA instance number */

inline static void OPAx_Enable( void );

Summary

Enables the OPAx module of the device.

Description

This inline function sets the enable bit for the OPAx module, allowing it to start operation.

Precondition

The OPAx_Initialize function should be called for the specified OPAx driver instance.

Parameters

None.

Returns

None.

Example

inline static void OPA1_Enable();

Remarks

This function directly sets the enable bit in the control register of the OPAx module.