2.88.2 PTG_Disable Function

C

void PTG_Disable(void)

Summary

Disables the PTG peripheral of the device.

Description

This function disables 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. The peripheral should be enabled using the PTG_Enable() API. This function should be called when the PTG peripheral is required to disable.

Parameters

None.

Returns

None.

Example

PTG_Disable();

Remarks

None.