encx24j600 netdev device More...
encx24j600 netdev device
Definition at line 38 of file encx24j600.h.
#include <encx24j600.h>
Data Fields | |
netdev_t | netdev |
extended netdev structure | |
spi_t | spi |
SPI device the enc is connected to. | |
gpio_t | cs |
SPI chip select pin. | |
gpio_t | int_pin |
SPI interrupt pin. | |
uint16_t | rx_next_ptr |
ptr to next packet within devices memory | |
Data Fields inherited from netdev | |
const struct netdev_driver * | driver |
ptr to that driver's interface. | |
netdev_event_cb_t | event_callback |
callback for device events | |
void * | context |
ptr to network stack context | |