2.109.3 SENTx_Enable Function
C
/* x refers to the instance number */
void SENTx_Enable(void)
Summary
Enables the SENTx peripheral of the device.
Description
This function enables 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. This function should be called when the SENTx peripheral is required to start operation.
Parameters
None.
Returns
None.
Example
SENTx_Initialize(); SENTx_Enable(); /* Perform SENT operations here */
Remarks
None.