encx24j600 netdev device More...
encx24j600 netdev device
Definition at line 36 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   | |
| gpio_t encx24j600_t::cs | 
SPI chip select pin.
Definition at line 39 of file encx24j600.h.
| gpio_t encx24j600_t::int_pin | 
SPI interrupt pin.
Definition at line 40 of file encx24j600.h.
| netdev_t encx24j600_t::netdev | 
extended netdev structure
Definition at line 37 of file encx24j600.h.
| uint16_t encx24j600_t::rx_next_ptr | 
ptr to next packet within devices memory
Definition at line 41 of file encx24j600.h.
| spi_t encx24j600_t::spi | 
SPI device the enc is connected to.
Definition at line 38 of file encx24j600.h.