Interface definition for the W5500 device driver. More...
Interface definition for the W5500 device driver.
Definition in file w5500.h.
#include <stdint.h>#include "periph/spi.h"#include "periph/gpio.h"#include "net/netdev.h"#include "kernel_defines.h"#include "ztimer.h"
 Include dependency graph for w5500.h:Go to the source code of this file.
Data Structures | |
| struct | w5500_params_t | 
| W5500 device descriptor.  More... | |
| struct | w5500 | 
| Device descriptor for W5500 devices.  More... | |
Typedefs | |
| typedef struct w5500 | w5500_t | 
| Device descriptor for W5500 devices.  | |
Functions | |
| void | w5500_setup (w5500_t *dev, const w5500_params_t *params, uint8_t index) | 
| So the initial device setup.  More... | |