TX Data Buffer structure definition. More...
#include <lpc17xx_emac.h>
Data Fields | |
| uint32_t | ulDataLen |
| Data length. More... | |
| uint32_t * | pbDataBuf |
| A word-align data pointer to data buffer. More... | |
TX Data Buffer structure definition.
Definition at line 627 of file lpc17xx_emac.h.
| uint32_t* pbDataBuf |
A word-align data pointer to data buffer.
Definition at line 629 of file lpc17xx_emac.h.
| uint32_t ulDataLen |
Data length.
Definition at line 628 of file lpc17xx_emac.h.