Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Enc28j60Context Struct Reference
ENC28J60 driver context. More...
#include <enc28j60.h>
Data Fields | |
uint16_t | currentBank |
Current bank. | |
uint16_t | nextPacket |
Next packet in the receive buffer. | |
uint8_t * | rxBuffer |
Receive buffer. |
Detailed Description
ENC28J60 driver context.
Definition at line 383 of file enc28j60.h.
Field Documentation
uint16_t currentBank |
Current bank.
Definition at line 385 of file enc28j60.h.
uint16_t nextPacket |
Next packet in the receive buffer.
Definition at line 386 of file enc28j60.h.
uint8_t* rxBuffer |
Receive buffer.
Definition at line 387 of file enc28j60.h.
Generated on Tue Jul 12 2022 17:10:24 by
