Loading...
Searching...
No Matches
lpc1768_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
36
37#include "net/netdev.h"
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
47
57
58#ifdef __cplusplus
59}
60#endif
61
Definitions low-level network driver interface.
const netdev_driver_t lpc1768_eth_driver
The netdev driver for the LPC1768 EMAC.
void lpc1768_eth_netdev_setup(netdev_t *netdev)
Bind the given netdev to the LPC1768 EMAC driver.
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:363