Netdev Driver for the Microchip ATWINC15x0 WiFi Module. More...
Netdev Driver for the Microchip ATWINC15x0 WiFi Module.
Public interface for ATWINC15x0 netdev driver
Definition in file atwinc15x0.h.
#include "bsp/include/nm_bsp.h"
#include "net/ethernet.h"
#include "net/netdev.h"
#include "periph/gpio.h"
#include "periph/spi.h"
#include "ringbuffer.h"
Go to the source code of this file.
Data Structures | |
struct | atwinc15x0_params_t |
ATWINC15x0 hardware and global parameters. More... | |
struct | atwinc15x0 |
ATWINC15x0 device descriptor type. More... | |
typedef struct atwinc15x0 | atwinc15x0_t |
ATWINC15x0 device descriptor type. | |
void | atwinc15x0_setup (atwinc15x0_t *dev, const atwinc15x0_params_t *params) |
Setup the ATWINC15x0 WiFi module. More... | |
void atwinc15x0_setup | ( | atwinc15x0_t * | dev, |
const atwinc15x0_params_t * | params | ||
) |
Setup the ATWINC15x0 WiFi module.
[in] | dev | Device descriptor |
[in] | params | Parameters for device initialization |