Loading...
Searching...
No Matches

Interface definition for the W5100 device driver. More...

Detailed Description

Interface definition for the W5100 device driver.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file w5100.h.

#include <stdint.h>
#include "periph/spi.h"
#include "periph/gpio.h"
#include "net/netdev.h"
+ Include dependency graph for w5100.h:

Go to the source code of this file.

Data Structures

struct  w5100_params_t
 W5100 device descriptor. More...
 
struct  w5100_t
 Device descriptor for W5100 devices. More...
 

Enumerations

enum  { W5100_ERR_BUS = -1 }
 W5100 error codes. More...
 

Functions

void w5100_setup (w5100_t *dev, const w5100_params_t *params, uint8_t index)
 So the initial device setup.