ENC28J60 device descriptor. More...
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 configuration. | |
mutex_t | lock |
lock the device on access | |
uint32_t | tx_time |
last transmission time for timeout handling | |
mutex_t enc28j60_t::lock |
lock the device on access
Definition at line 52 of file enc28j60.h.
netdev_t enc28j60_t::netdev |
pull in the netdev fields
Definition at line 50 of file enc28j60.h.
enc28j60_params_t enc28j60_t::p |
SPI and pin configuration.
Definition at line 51 of file enc28j60.h.
uint32_t enc28j60_t::tx_time |
last transmission time for timeout handling
Definition at line 53 of file enc28j60.h.