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 --- .../html/group___g___u_c_s___l_l_d___a_p_i.html | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create 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 new file mode 100644 index 0000000..5c3585b --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___l_l_d___a_p_i.html @@ -0,0 +1,143 @@ + + + + + +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