The DlnI2cMasterDisable() function releases the specified port from the I2C Master module.
DlnI2cMasterDisable()
DLN_RESULT DlnI2cMasterDisable( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the I2C master port.
The function deactivated the I2C master port successfully.
The port number is not valid. Use the DlnI2cMasterGetPortCount() function to find the maximum possible port number.
The DlnI2cMasterDisable() function is defined in the dln_i2c_master.h file.
dln_i2c_master.h