| enum Ucs_I2c_ResultCode_t | 
Result codes of the I2C Module.
| UCS_I2C_RES_SUCCESS | I2C command succeeded. | 
| UCS_I2C_RES_ERR_CMD | I2C command failed due to an INIC function-specific error or a transmission error on the MOST network. The result_type section in Ucs_I2c_ResultDetails_t will provide you with more detailed information concerning the error type. | 
| UCS_I2C_RES_ERR_SYNC | Remote synchronization of target device failed. The inic_result section in Ucs_I2c_ResultDetails_t will provide you with more detailed information concerning the error code. |