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.h
Definition in file netdev_eth_minimal.h.
#include "net/netdev.h"
Go to the source code of this file.
Macros | |
#define | NETDEV_ETH_MINIMAL_NUMOF |
Maximum number of devices to handle. | |
Functions | |
int | netdev_eth_minimal_init_devs (netdev_event_cb_t cb) |
Device-under-test initialization function. | |
int | netdev_eth_minimal_init (void) |
Initialize the module. | |