Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Ucs_I2c_ResultType_t result_type

Specifies the type of the current asynchronous result.

The following briefly describes the different types of results available:

  • UCS_I2C_RESULT_TYPE_TGT: target results, typically INIC function-specific error found on target device.
    Refer to inic_result to get the detailed information.
  • UCS_I2C_RESULT_TYPE_TX: transmission results, typically transmission error on the MOST network.
    Refer to tx_result to get the transmission information.