Loading...
Searching...
No Matches
enc28j60.h File Reference

Interface definition for the ENC28J60 driver . More...

Detailed Description

Interface definition for the ENC28J60 driver .

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

Definition in file enc28j60.h.

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

Go to the source code of this file.

Data Structures

struct  enc28j60_params_t
 Struct containing the needed peripheral configuration. More...
 
struct  enc28j60_t
 ENC28J60 device descriptor. More...
 

Functions

void enc28j60_setup (enc28j60_t *dev, const enc28j60_params_t *params, uint8_t index)
 Ready the device for initialization through it's netdev interface.