xWRL6432 MMWAVE-L-SDK  05.04.00.01
CANFDLLD_DmaRxBuf Struct Reference

Detailed Description

CANFD Rx Buffer used in DMA mode.

This structure defines the Rx buffer format used in DMA mode. This matches with the Rx Buffer format in message ram. The Dma will be configured to read the full Rx buffer with header from message ram.

Data Fields

uint32_t header1
 
uint32_t header2
 
uint8_t data [64]
 

Field Documentation

◆ header1

uint32_t CANFDLLD_DmaRxBuf::header1

◆ header2

uint32_t CANFDLLD_DmaRxBuf::header2

◆ data

uint8_t CANFDLLD_DmaRxBuf::data[64]