enc28j60 library
1.0
platform agnostic enc28j60 driver with asynchronous IO support and fully compliant with errata
|
Structure that contains data parsed from status footer appended by enc28j60 after frame that was transmitted or which transmission was aborted. More...
#include <enc28j60.h>
Public Attributes | |
uint32_t | status |
Status vector. Use ENC28J60_TXSTATUS_* flags for check. | |
uint16_t | transmit_byte_count |
Total bytes transmitted on the wire for the current packet, including all bytes from collided attempts. More... | |
uint16_t | total_bytes_transmitted |
Total bytes in frame not counting collided bytes. | |
Structure that contains data parsed from status footer appended by enc28j60 after frame that was transmitted or which transmission was aborted.
uint16_t enc28j60_txstatus::transmit_byte_count |
Total bytes transmitted on the wire for the current packet, including all bytes from collided attempts.