Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
netdev_ieee802154_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
19
#ifndef NETDEV_IEEE802154_MINIMAL_INTERNAL_H
20
#define NETDEV_IEEE802154_MINIMAL_INTERNAL_H
21
22
#include "
net/netdev.h
"
23
#include "event.h"
24
#include "init_dev.h"
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
#ifndef DOXYGEN
31
32
typedef
struct
{
33
event_t
event
;
34
netdev_t
*dev;
35
}
device_reg_entry_t
;
36
37
extern
device_reg_entry_t
_devices
[
NETDEV_IEEE802154_MINIMAL_NUMOF
];
38
39
#endif
/* DOXYGEN */
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
/* NETDEV_IEEE802154_MINIMAL_INTERNAL_H */
46
netdev.h
Definitions low-level network driver interface.
NETDEV_IEEE802154_MINIMAL_NUMOF
#define NETDEV_IEEE802154_MINIMAL_NUMOF
Maximum number of devices to handle.
Definition
netdev_ieee802154_minimal.h:43
_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:35
event
event structure
Definition
event.h:148
netdev
Structure to hold driver state.
Definition
netdev.h:365
Generated on Sat Nov 23 2024 16:31:10 by
1.9.8