Provides basic functionalities to interact with an Ethernet networking device which implements the Netdev - Network Device Driver API. More...
Provides basic functionalities to interact with an Ethernet networking device which implements the Netdev - Network Device Driver API.
To use the functionalities, include the module USEMODULE += test_utils_netdev_eth_minimal. The test application should provide:
init_dev.hDefinition in file netdev_eth_minimal.h.
#include "net/netdev.h"
 Include dependency graph for netdev_eth_minimal.h:Go to the source code of this file.
Macros | |
| #define | NETDEV_ETH_MINIMAL_NUMOF | 
| Maximum number of devices to handle.  More... | |
Functions | |
| int | netdev_eth_minimal_init_devs (netdev_event_cb_t cb) | 
| Device-under-test initialization function.  More... | |
| int | netdev_eth_minimal_init (void) | 
| Initialize the module.  More... | |