2.56.2 I2Cx_Deinitialize Function
C
/* x = I2C instance number */
void I2Cx_Deinitialize(void);
Summary
De-initializes the instance of the I2C peripheral.
Description
This function resets the used registers to POR values configured by the user from the MHC..
Precondition
None
Parameters
None.
Returns
None.
Example
I2C1_Deinitialize();
Remarks
None