2.109.2 SENTx_Disable Function
C
/* x refers to the instance number */
void SENTx_Disable(void)
Summary
Disables the SENTx peripheral of the device.
Description
This function disables the SENTx Peripheral Library (PLIB) of the device, for its desired use.
Precondition
The SENTx peripheral must have been initialized using the SENTx_Initialize API. The peripheral should be enabled using the SENTx_Enable() API. This function should be called when the SENTx peripheral is required to stop functioning.
Parameters
None.
Returns
None.
Example
SENTx_Disable();
Remarks
None.