Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Ksz8851Context Struct Reference

Ksz8851Context Struct Reference

KSZ8851 driver context. More...

#include <ksz8851.h>

Data Fields

uint_t frameId
 Identify a frame and its associated status.
uint8_t * txBuffer
 Transmit buffer.
uint8_t * rxBuffer
 Receive buffer.

Detailed Description

KSZ8851 driver context.

Definition at line 462 of file ksz8851.h.


Field Documentation

uint_t frameId

Identify a frame and its associated status.

Definition at line 464 of file ksz8851.h.

uint8_t* rxBuffer

Receive buffer.

Definition at line 466 of file ksz8851.h.

uint8_t* txBuffer

Transmit buffer.

Definition at line 465 of file ksz8851.h.