Loading...
Searching...
No Matches
encx24j600_t Struct Reference

encx24j600 netdev device More...

Detailed Description

encx24j600 netdev device

Definition at line 37 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_driverdriver
 ptr to that driver's interface.
 
netdev_event_cb_t event_callback
 callback for device events
 
void * context
 ptr to network stack context
 

Field Documentation

◆ cs

gpio_t encx24j600_t::cs

SPI chip select pin.

Definition at line 40 of file encx24j600.h.

◆ int_pin

gpio_t encx24j600_t::int_pin

SPI interrupt pin.

Definition at line 41 of file encx24j600.h.

◆ netdev

netdev_t encx24j600_t::netdev

extended netdev structure

Definition at line 38 of file encx24j600.h.

◆ rx_next_ptr

uint16_t encx24j600_t::rx_next_ptr

ptr to next packet within devices memory

Definition at line 42 of file encx24j600.h.

◆ spi

spi_t encx24j600_t::spi

SPI device the enc is connected to.

Definition at line 39 of file encx24j600.h.


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