![]() |
![]() |
mmWaveLink client callback structure More...
#include <control/mmwavelink/mmwavelink.h>
Data Fields | |
rlComIfCbs_t | comIfCb |
Comunication Interface Callback. | |
rlOsiCbs_t | osiCb |
Operating System Callback. | |
rlEventCbs_t | eventCb |
Event Callback, required to receive notification. | |
rlDeviceCtrlCbs_t | devCtrlCb |
Device Control Callback. | |
rlTimerCbs_t | timerCb |
Timer Callback, required when ACK is enabled. | |
rlCmdParserCbs_t | cmdParserCb |
Call back for parsing the Command received at MSS from the Host TI Internal Use only. | |
rlCrcCbs_t | crcCb |
CRC Callback, required when CRC is enabled. | |
rlCrcType_t | crcType |
CRC Types rlCrcType_t 16/32/64. | |
rlUInt32_t | ackTimeout |
ACK wait timeout in Milliseconds, 0 - No ACK Configuration of the timeout should consider interrupt latency in the processor. | |
rlUInt8_t | platform |
0x0: mmWaveLink runs on Ext Host, 0x1: mmWaveLink runs on MSS, 0x2: mmWaveLink runs on DSS | |
rlUInt8_t | arDevType |
xWR1243 + HOST = 0x0, xWR1443 MSS = 0x1, xWR1642 MSS/DSS = 0x2, xWR1843 MSS/DSS = 0x3, xWR6843 MSS/DSS = 0x4 | |
rlDbgCb_t | dbgCb |
Debug Callback, required to receive Debug information. | |
mmWaveLink client callback structure
Definition at line 1330 of file mmwavelink.h.