Interface definition for the ENC28J60 driver. More...
Interface definition for the ENC28J60 driver.
Definition in file enc28j60.h.
#include <stdint.h>
#include "mutex.h"
#include "periph/spi.h"
#include "periph/gpio.h"
#include "net/netdev.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. More... | |