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 --- ...roup___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html | 185 --------------------- 1 file changed, 185 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html deleted file mode 100644 index 99b023d..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - -UNICENS: Initialization and Service - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Initialization and Service
-
-
- -

Provides initialization and service functions. -More...

- - - - - - - - -

-Topics

 Initialization and Service Types
 Referred types used by basic functions.
 
 Tracing/Debugging
 Tracing/Debugging Interface.
 
- - - - -

-Data Structures

struct  Ucs_InitData_t
 UNICENS initialization structure used by function Ucs_Init(). More...
 
- - - - - - - -

-Macros

#define UCS_NUM_INSTANCES   1
 Number of API instances which can be created by function Ucs_CreateInstance().
 
#define UCS_FOOTPRINT_TINY
 Define this macro to reduce the RAM and ROM size of the UNICENS software by disabling certain features.
 
- - - - - - - - - - - - - -

-Callback Functions

typedef void(* Ucs_RequestServiceCb_t )(void *user_ptr)
 Function signature used for service request callback.
 
typedef void(* Ucs_ErrorCb_t )(Ucs_Error_t error_code, void *user_ptr)
 Function signature used for the general error callback function.
 
typedef uint16_t(* Ucs_GetTickCountCb_t )(void *user_ptr)
 Function signature used for callback function to get system tick count.
 
typedef void(* Ucs_SetAppTimerCb_t )(uint16_t timeout, void *user_ptr)
 Function signature used for timer callback function.
 
- - - - - - - - - - - - - - - - - - - -

-Functions

Ucs_Inst_tUcs_CreateInstance (void)
 Retrieves a UNICENS API instance.
 
Ucs_Return_t Ucs_SetDefaultConfig (Ucs_InitData_t *init_ptr)
 Assigns default values to a provided UNICENS init structure.
 
Ucs_Return_t Ucs_Init (Ucs_Inst_t *self, const Ucs_InitData_t *init_ptr, Ucs_InitResultCb_t init_result_fptr)
 UNICENS initialization function.
 
Ucs_Return_t Ucs_Stop (Ucs_Inst_t *self, Ucs_StdResultCb_t stopped_fptr)
 Terminates the execution of UNICENS.
 
void Ucs_Service (Ucs_Inst_t *self)
 The application must call this function cyclically to drive UNICENS.
 
void Ucs_ReportTimeout (Ucs_Inst_t *self)
 The application must call this function if the application timer expires.
 
-

Detailed Description

-

Provides initialization and service functions.

-
-
- - - - - - -- cgit 1.2.3-korg