Element in the pool of rx payload buffer descriptors. More...
#include <hal_desc.h>
Data Fields | |
| uint32_t | upattern |
| Unique pattern. | |
| uint32_t | next |
| Points to the next payload buffer descriptor of the MPDU when the MPDU is split over several buffers. | |
| uint32_t | datastartptr |
| Points to the address in the buffer where the data starts. | |
| uint32_t | dataendptr |
| Points to the address in the buffer where the data ends. | |
| uint16_t | bufstatinfo |
| buffer status info for receive DMA. | |
| uint16_t | reserved |
| complete length of the buffer in memory | |
Element in the pool of rx payload buffer descriptors.
Definition at line 945 of file hal_desc.h.
1.6.1