Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Enc28j60Context Struct Reference

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.