Interface definition for the W5100 device driver. More...
Interface definition for the W5100 device driver.
Definition in file w5100.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.   | |