Loading...
Searching...
No Matches
efm32_eth_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Bas Stottelaar <basstottelaar@gmail.com>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
38
39#include "net/netdev.h"
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
49
59
60#ifdef __cplusplus
61}
62#endif
63
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.
Definition netdev.h:285
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.
Structure to hold driver state.
Definition netdev.h:365