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_gae1f1b25aca1c240022464571187ea98f.html | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_gae1f1b25aca1c240022464571187ea98f.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_gae1f1b25aca1c240022464571187ea98f.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_gae1f1b25aca1c240022464571187ea98f.html b/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_gae1f1b25aca1c240022464571187ea98f.html new file mode 100644 index 0000000..15238e6 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s_gae1f1b25aca1c240022464571187ea98f.html @@ -0,0 +1,133 @@ + + + + + +UNICENS: Ucs_I2c_CreatePortResCb_t + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + +
typedef void(* Ucs_I2c_CreatePortResCb_t)(uint16_t node_address, uint16_t i2c_port_handle, Ucs_I2c_Result_t result, void *user_ptr)
+
+ +

Callback function type to retrieve the result of the I2c_CreatePort function.

+
Parameters
+ + + + + +
node_addressThe node address of the device from where the results come
i2c_port_handleThe port resource handle.
resultThe operation result
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
+
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg