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 
9 #pragma once
10 
21 #include "net/netdev.h"
22 #include "event.h"
23 #include "init_dev.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #ifndef DOXYGEN
30 
31 typedef struct {
32  event_t event;
33  netdev_t *dev;
35 
37 
38 #endif /* DOXYGEN */
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
Definitions low-level network driver interface.
#define NETDEV_IEEE802154_MINIMAL_NUMOF
Maximum number of devices to handle.
device_reg_entry_t _devices[NETDEV_ETH_MINIMAL_NUMOF]
Registry of Ethernet devices to serve ISRs.
Registry entry to keep track of registered Ethernet network devices.
event structure
Definition: event.h:145
Structure to hold driver state.
Definition: netdev.h:364