MSP432E4 DriverLib API Guide
1.11.00.03
|
#include <emac.h>
Data Fields | |
tEMACDMADescriptor * | pLink |
void * | pvBuffer2 |
A union used to describe the two overlapping fields forming the third word of the Ethernet DMA descriptor.
tEMACDMADescriptor* tEMACDES3::pLink |
When DMA descriptors are used in chained mode, this field is used to provide a link to the next descriptor.
void* tEMACDES3::pvBuffer2 |
When the DMA descriptors are unchained, this field may be used to point to a second buffer containing data for transmission or providing storage for a received frame.