rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
|
This structure holds the reception status associated to a descriptor. More...
#include <ethernet.h>
Data Fields | |
volatile uint32_t | status_info |
Receive status return flags. More... | |
volatile uint32_t | status_hash_crc |
hash CRC calculated from source and destination address. More... | |
This structure holds the reception status associated to a descriptor.
Definition at line 131 of file ethernet.h.
volatile uint32_t rflpc_eth_rx_status_t::status_hash_crc |
hash CRC calculated from source and destination address.
Definition at line 155 of file ethernet.h.
volatile uint32_t rflpc_eth_rx_status_t::status_info |
Receive status return flags.
Definition at line 150 of file ethernet.h.