From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- ...y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html | 135 --------------------- 1 file changed, 135 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html b/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html deleted file mode 100644 index 413650b..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga69f4d52dfc38232662abd4568e18e3c2.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -UNICENS: Ucs_Gpio_ConfigPinModeResCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_Gpio_ConfigPinModeResCb_t)(uint16_t node_address, uint16_t gpio_port_handle, Ucs_Gpio_PinConfiguration_t pin_cfg_list[], uint8_t list_sz, Ucs_Gpio_Result_t result, void *user_ptr)
-
- -

Function signature of result callback used by Ucs_Gpio_SetPinMode() and Ucs_Gpio_GetPinMode().

-
Parameters
- - - - - - - -
node_addressThe node address of the device from where the results come
gpio_port_handleThe port resource handle.
pinThe pin that has been configured.
modeThe mode of the GPIO pin.
resultThe operation result
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
-
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg