Files | |
file | netdev_eth_minimal.h |
Provides basic functionalities to interact with an Ethernet networking device which implements the Netdev - Network Device Driver API. | |
file | netdev_eth_minimal_internal.h |
Internal definitions for the netdev_eth_minimal module. | |
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. | |
#define NETDEV_ETH_MINIMAL_NUMOF |
Maximum number of devices to handle.
init_dev.h
. Definition at line 40 of file netdev_eth_minimal.h.
int netdev_eth_minimal_init | ( | void | ) |
Initialize the module.
0 | on success |
!= | 0 on error |
int netdev_eth_minimal_init_devs | ( | netdev_event_cb_t | cb | ) |
Device-under-test initialization function.
[in] | cb | Callback to be set to netdev::event_callback |
0 | on success |
!= | 0 on error |