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 --- .../doc/html/struct_ucs___lld___callbacks__t.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 ucs2-lib/doc/html/struct_ucs___lld___callbacks__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___lld___callbacks__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___lld___callbacks__t.html b/ucs2-lib/doc/html/struct_ucs___lld___callbacks__t.html new file mode 100644 index 0000000..f8b066d --- /dev/null +++ b/ucs2-lib/doc/html/struct_ucs___lld___callbacks__t.html @@ -0,0 +1,140 @@ + + + + + +UNICENS: Ucs_Lld_Callbacks_t Struct Reference + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Ucs_Lld_Callbacks_t Struct Reference
+
+
+ +

Set of functions implemented by the low-level driver. + More...

+ + + + + + + + + + + + + + + + + +

+Data Fields

void * lld_user_ptr
 Optional pointer that is passed when invoking a callback function which is assigned in Ucs_Lld_Callbacks_t.
 
Ucs_Lld_StartCb_t start_fptr
 Callback function to initialize the low-level driver and start the transmission and reception of messages.
 
Ucs_Lld_StopCb_t stop_fptr
 Callback function to stop/abort the transmission and reception of messages.
 
Ucs_Lld_RxMsgAvailableCb_t rx_available_fptr
 Callback function which is invoked as soon as Rx message objects are available again.
 
Ucs_Lld_TxTransmitCb_t tx_transmit_fptr
 Callback function to transmit one or multiple messages to the INIC.
 
+

Detailed Description

+

Set of functions implemented by the low-level driver.

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