Loading...
Searching...
No Matches
enc28j60_t Struct Reference

ENC28J60 device descriptor. More...

Detailed Description

ENC28J60 device descriptor.

Definition at line 49 of file enc28j60.h.

#include <enc28j60.h>

Data Fields

netdev_t netdev
 pull in the netdev fields
 
enc28j60_params_t p
 SPI and pin confiuration.
 
mutex_t lock
 lock the device on access
 
uint32_t tx_time
 last transmission time for timeout handling
 

Field Documentation

◆ lock

mutex_t enc28j60_t::lock

lock the device on access

Definition at line 52 of file enc28j60.h.

◆ netdev

netdev_t enc28j60_t::netdev

pull in the netdev fields

Definition at line 50 of file enc28j60.h.

◆ p

enc28j60_params_t enc28j60_t::p

SPI and pin confiuration.

Definition at line 51 of file enc28j60.h.

◆ tx_time

uint32_t enc28j60_t::tx_time

last transmission time for timeout handling

Definition at line 53 of file enc28j60.h.


The documentation for this struct was generated from the following file: