xWRL6432 MMWAVE-L-SDK  05.04.00.01
CANFDLLD_DmaMsgConfig Struct Reference

Detailed Description

CANFD DMA message configuration used for Tx.

Data Fields

uint32_t dataLengthPerMsg
 data length in Bytes for every message. More...
 
uint32_t numMsgs
 Number of messages. More...
 
const void * data
 pointer to the data buffer. This should a 2d array of uint8[numMsgs][dataLengthPerMsg] More...
 
uint32_t currentMsgNum
 Used by driver to store current message count out of the numMsgs already processed. More...
 

Field Documentation

◆ dataLengthPerMsg

uint32_t CANFDLLD_DmaMsgConfig::dataLengthPerMsg

data length in Bytes for every message.

◆ numMsgs

uint32_t CANFDLLD_DmaMsgConfig::numMsgs

Number of messages.

◆ data

const void* CANFDLLD_DmaMsgConfig::data

pointer to the data buffer. This should a 2d array of uint8[numMsgs][dataLengthPerMsg]

◆ currentMsgNum

uint32_t CANFDLLD_DmaMsgConfig::currentMsgNum

Used by driver to store current message count out of the numMsgs already processed.