Definition of a TX payload buffer descriptor. More...
#include <hal_desc.h>
Data Fields | |
| uint32_t | upatterntx |
| Unique pattern for transmit buffer descriptor. | |
| uint32_t | next |
| Next buffer descriptor of the MPDU when the MPDU is split over several buffers. | |
| uint32_t | datastartptr |
| Data start in the buffer associated with this buffer descriptor. | |
| uint32_t | dataendptr |
| Data end in the buffer associated with this buffer descriptor (inclusive). | |
| uint32_t | bufctrlinfo |
| Buffer control for transmit DMA. | |
Definition of a TX payload buffer descriptor.
Definition at line 863 of file hal_desc.h.
1.6.1