Definitions low-level network driver interface.
void efm32_eth_netdev_setup(netdev_t *netdev)
Bind the given netdev to the EFM32 ethernet driver.
const netdev_driver_t efm32_eth_driver
The netdev driver for the EFM32 ethernet peripheral.
struct netdev netdev_t
Forward declaration for netdev struct.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.
Structure to hold driver state.