rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
|
This structure holds a descriptor which describes the fragment received or sent by the ethernet DMA. More...
#include <ethernet.h>
Data Fields | |
uint8_t * | packet |
pointer to buffer where the ethernet frame (or frame fragment) is stored | |
volatile uint32_t | control |
Control word where we find data buffer size and other information relative to reception/emission of the buffer. More... | |
This structure holds a descriptor which describes the fragment received or sent by the ethernet DMA.
Definition at line 107 of file ethernet.h.
volatile uint32_t rflpc_eth_descriptor_t::control |
Control word where we find data buffer size and other information relative to reception/emission of the buffer.
Word format for reception:
Word format for transmission:
Definition at line 126 of file ethernet.h.