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... | |
| uint32_t CANFD_DmaMsgConfig::dataLengthPerMsg | 
data length in Bytes for every message.
| uint32_t CANFD_DmaMsgConfig::numMsgs | 
Number of messages.
| const void* CANFD_DmaMsgConfig::data | 
pointer to the data buffer. This should a 2d array of uint8[numMsgs][dataLengthPerMsg]
| uint32_t CANFD_DmaMsgConfig::currentMsgNum | 
Used by driver to store current message count out of the numMsgs already processed.