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.