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 --- .../html/group___g___u_c_s___l_l_d___a_p_i.html | 143 --------------------- 1 file changed, 143 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html b/ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html deleted file mode 100644 index 5c3585b..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - -UNICENS: Low-Level Driver API - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Low-Level Driver API
-
-
- -

Function pointers to be used by the low-level driver. -More...

- - - - - -

-Data Structures

struct  Ucs_Lld_Api_t
 Initialization required for one communication channel (control or packet) More...
 
- - - - - - - - - - - - - -

-Callback Functions

typedef Ucs_Lld_RxMsg_t *(* Ucs_Lld_RxAllocateCb_t )(void *inst_ptr, uint16_t buffer_size)
 Allocates an Rx message object.
 
typedef void(* Ucs_Lld_RxFreeUnusedCb_t )(void *inst_ptr, Ucs_Lld_RxMsg_t *msg_ptr)
 Frees an unused Rx message object.
 
typedef void(* Ucs_Lld_RxReceiveCb_t )(void *inst_ptr, Ucs_Lld_RxMsg_t *msg_ptr)
 Pass an Rx message to UNICENS.
 
typedef void(* Ucs_Lld_TxReleaseCb_t )(void *inst_ptr, Ucs_Lld_TxMsg_t *msg_ptr)
 Notifies that the LLD no longer needs to access the Tx message object.
 
-

Detailed Description

-

Function pointers to be used by the low-level driver.

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