structure resembling format as sent by device More...
structure resembling format as sent by device
Definition at line 30 of file encx24j600_internal.h.
#include <encx24j600_internal.h>
Data Fields | |
uint16_t | rx_next_ptr |
ptr to next packet within devices memory | |
uint16_t | frame_len |
length of ethernet frame including 4 bytes checksum | |
uint32_t | flags |
random flag field just mentioned for the sake of documentation completeness | |
uint32_t encx24j600_frame_hdr::flags |
random flag field just mentioned for the sake of documentation completeness
Definition at line 36 of file encx24j600_internal.h.
uint16_t encx24j600_frame_hdr::frame_len |
length of ethernet frame including 4 bytes checksum
Definition at line 34 of file encx24j600_internal.h.
uint16_t encx24j600_frame_hdr::rx_next_ptr |
ptr to next packet within devices memory
Definition at line 31 of file encx24j600_internal.h.