Definitions low-level network driver interface.
 
Low-level GPIO peripheral driver interface definitions.
 
struct netdev netdev_t
Forward declaration for netdev struct.
 
void w5100_setup(w5100_t *dev, const w5100_params_t *params, uint8_t index)
So the initial device setup.
 
Low-level SPI peripheral driver interface definition.
 
gpio_t cs
pin connected to the chip select line
 
spi_clk_t clk
clock speed used on the selected SPI bus
 
gpio_t evt
pin connected to the INT line
 
Device descriptor for W5100 devices.
 
netdev_t nd
extends the netdev structure
 
w5100_params_t p
device configuration parameters