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 --- ...__s_r_v_ga0238420959cc58ee52c0b385741fccc9.html | 132 --------------------- 1 file changed, 132 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga0238420959cc58ee52c0b385741fccc9.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga0238420959cc58ee52c0b385741fccc9.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga0238420959cc58ee52c0b385741fccc9.html b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga0238420959cc58ee52c0b385741fccc9.html deleted file mode 100644 index dfbaeb5..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_ga0238420959cc58ee52c0b385741fccc9.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - -UNICENS: Ucs_SetAppTimerCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_SetAppTimerCb_t)(uint16_t timeout, void *user_ptr)
-
- -

Function signature used for timer callback function.

-
Parameters
- - - -
timeoutThe specified time-out value. If timeout value is greater than 0, the application has to start the timer associated with the specified timeout value. If timeout value is equal to 0, the application has to stop the application timer.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
-
-
-
Note
The application should only dedicate one timer to UNICENS. Thus, whenever this callback function is called and the associated timeout value is greater than 0, the application should restart the timer with the new specified timeout value !
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg