2.88.3 PTG_Enable Function
C
void PTG_Enable (void)
Summary
Enables the PTG peripheral of the device.
Description
This function enables the PTG Peripheral Library (PLIB) of the device, for its desired use.
Precondition
The PTG peripheral must have been initialized using the PTG_Initialize API. This function should be called when the PTG peripheral is required to enable.
Parameters
None.
Returns
None.
Example
PTG_Enable();
Remarks
None.