Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
netdev_eth_minimal_internal.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 HAW Hamburg
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
9
#pragma once
10
20
21
#include "
net/netdev.h
"
22
#include "event.h"
23
#include "init_dev.h"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
34
typedef
struct
{
35
event_t
event
;
36
netdev_t
*
dev
;
37
}
device_reg_entry_t
;
38
42
extern
device_reg_entry_t
_devices
[
NETDEV_ETH_MINIMAL_NUMOF
];
43
44
#ifdef __cplusplus
45
}
46
#endif
47
netdev.h
Definitions low-level network driver interface.
netdev_t
struct netdev netdev_t
Forward declaration for netdev struct.
Definition
netdev.h:288
event_t
struct event event_t
event structure forward declaration
Definition
event.h:135
NETDEV_ETH_MINIMAL_NUMOF
#define NETDEV_ETH_MINIMAL_NUMOF
Maximum number of devices to handle.
Definition
netdev_eth_minimal.h:39
_devices
device_reg_entry_t _devices[NETDEV_ETH_MINIMAL_NUMOF]
Registry of Ethernet devices to serve ISRs.
device_reg_entry_t
Registry entry to keep track of registered Ethernet network devices.
Definition
netdev_eth_minimal_internal.h:34
device_reg_entry_t::dev
netdev_t * dev
pointer to the device
Definition
netdev_eth_minimal_internal.h:36
device_reg_entry_t::event
event_t event
event to serve ISR
Definition
netdev_eth_minimal_internal.h:35
Generated on Thu Jul 3 2025 17:41:22 by
1.13.2