45 char priority, const
char *name,
netdev_t *dev);
Common macros and compiler attributes/pragmas configuration.
#define ACCESS(mode, ptr_idx, size_idx)
Emit an attribute (if supported by the compiler) that declares how a function will access its paramet...
Definition for GNRC's network interfaces.
struct netdev netdev_t
Forward declaration for netdev struct.
Representation of a network interface.
int gnrc_netif_ieee802154_create(gnrc_netif_t *netif, char *stack, int stacksize, char priority, const char *name, netdev_t *dev)
Creates an IEEE 802.15.4 network interface.