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 --- ...__n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html | 150 --------------------- 1 file changed, 150 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html b/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html deleted file mode 100644 index 74c3cc7..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga43fb9c04d5ad142f6abbf9566af82f8c.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -UNICENS: Ucs_Network_FrameCounterCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_Network_FrameCounterCb_t)(uint32_t reference, uint32_t frame_counter, bool frame_lock, Ucs_StdResult_t result, void *user_pointer)
-
- -

Function signature of result callback used by Ucs_Network_GetFrameCounter().

- - - -
 The arguments of the result callback function correspond with the INIC's result for the function INIC.MOSTNetworkFrameCounter.
- - - -
 See also User Manual, section Synchronous vs. Asynchronous Results.
-
Parameters
- - - - - - -
frame_counterThe MOST network frame count. - - -
 FrameCounter
-
referenceReference value that was passed to Mns_Network_GetFrameCounter(). - - -
 Reference
-
lockIndicates if the TimingSlave device is locked to the MOST network. For a TimingMaster device this value is always True.
resultReturned result of the operation
user_pterUser reference provided in Ucs_InitData_t::user_ptr
-
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg