From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ...y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html b/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html new file mode 100644 index 0000000..7bd1150 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_ga930e829c3c689b8ead8f9fbf7f2ca237.html @@ -0,0 +1,139 @@ + + + + + +UNICENS: Ucs_I2c_ResultCode_t + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + +
enum Ucs_I2c_ResultCode_t
+
+ +

Result codes of the I2C Module.

+
Enumerator:
+ + + +
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.

+
+
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg