no-OS
|
Buffer structure used for frame RX and TX transactions. More...
#include <adin1110.h>
Public Attributes | |
uint32_t | len |
uint8_t | mac_dest [ADIN1110_ETH_ALEN] |
uint8_t | mac_source [ADIN1110_ETH_ALEN] |
uint8_t | ethertype [2] |
uint8_t * | payload |
Buffer structure used for frame RX and TX transactions.
uint8_t adin1110_eth_buff::ethertype[2] |
uint32_t adin1110_eth_buff::len |
uint8_t adin1110_eth_buff::mac_dest[ADIN1110_ETH_ALEN] |
uint8_t adin1110_eth_buff::mac_source[ADIN1110_ETH_ALEN] |
uint8_t* adin1110_eth_buff::payload |