Definition of a Rx DMA header descriptor. More...
#include <hal_desc.h>

Data Fields | |
| struct rx_hd | hd |
| Rx header descriptor (this element MUST be the first of the structure). | |
| struct phy_channel_info | phy_info |
| Structure containing the information about the PHY channel that was used for this RX. | |
| uint32_t | flags |
| Word containing some SW flags about the RX packet. | |
| uint32_t | pattern |
| Spare room for LMAC FW to write a pattern when last DMA is sent. | |
| struct dma_desc | dma_desc |
| IPC DMA control structure for MAC Header transfer. | |
Definition of a Rx DMA header descriptor.
Definition at line 974 of file hal_desc.h.
1.6.1