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_ga99bb3bcb2b588bc66d41f3e03d478020.html | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga99bb3bcb2b588bc66d41f3e03d478020.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga99bb3bcb2b588bc66d41f3e03d478020.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga99bb3bcb2b588bc66d41f3e03d478020.html b/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga99bb3bcb2b588bc66d41f3e03d478020.html new file mode 100644 index 0000000..2f1df3f --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___g_p_i_o___t_y_p_e_s_ga99bb3bcb2b588bc66d41f3e03d478020.html @@ -0,0 +1,135 @@ + + + + + +UNICENS: Ucs_Gpio_TriggerEventResultCb_t + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + +
typedef void(* Ucs_Gpio_TriggerEventResultCb_t)(uint16_t node_address, uint16_t gpio_port_handle, uint16_t rising_edges, uint16_t falling_edges, uint16_t levels, void *user_ptr)
+
+ +

Function signature of result callback used by Gpio_TriggerEvents()

+
Parameters
+ + + + + + + +
node_addressThe node address of the device from where the results come
gpio_port_handleThe port resource handle.
rising_edgesThe GPIO pins on which a rising-edge trigger condition was detected
falling_edgesThe GPIO pins on which a falling-edge trigger condition was detected
levelsThe GPIO pins on which a logic level condition was detected
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
+
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg