Loading...
Searching...
No Matches
netdev_eth_minimal.h File Reference

Provides basic functionalities to interact with an Ethernet networking device which implements the Netdev - Network Device Driver API. More...

Detailed Description

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:

Author
Leandro Lanzieri leand.nosp@m.ro.l.nosp@m.anzie.nosp@m.ri@h.nosp@m.aw-ha.nosp@m.mbur.nosp@m.g.de

Definition 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.
 

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.