2.56.9 I2Cx_TransferAbort Function
C
/* x = I2C instance number */
void I2Cx_TransferAbort( void )
Summary
Force stops the I2C transfer.
Description
This API is generally used to stop the I2C transfer.
Precondition
None.
Parameters
None.
Returns
None.
Example
I2C1_TransferAbort();
Remarks
None.