Loading...
Searching...
No Matches

common netif device initialization definitions More...

Detailed Description

common netif device initialization definitions

Author
Fabian Hüßler fabia.nosp@m.n.hu.nosp@m.essle.nosp@m.r@ov.nosp@m.gu.de

Definition in file init_devs.h.

#include "thread.h"
#include "msg.h"
#include "net/gnrc/netif/conf.h"
#include "macros/utils.h"
+ Include dependency graph for init_devs.h:

Go to the source code of this file.

#define GNRC_NETIF_STACKSIZE_DEFAULT   (THREAD_STACKSIZE_DEFAULT - 128)
 stack size of a netif thread
 
#define IEEE802154_SECURITY_EXTRA_STACKSIZE   (128)
 extra stack size if ieee802154 security is enabled
 
#define IEEE802154_OPENDSME_EXTRA_STACKSIZE   (0)
 extra stack size if openDSME is enabled
 
#define IEEE802154_STACKSIZE_DEFAULT
 stack size of an ieee802154 device
 

Macro Definition Documentation

◆ GNRC_NETIF_STACKSIZE_DEFAULT

#define GNRC_NETIF_STACKSIZE_DEFAULT   (THREAD_STACKSIZE_DEFAULT - 128)

stack size of a netif thread

     Message queue was previously allocated on the stack, reduce
     stack size by default msg queue size to keep the RAM use the same

Definition at line 38 of file init_devs.h.

◆ IEEE802154_OPENDSME_EXTRA_STACKSIZE

#define IEEE802154_OPENDSME_EXTRA_STACKSIZE   (0)

extra stack size if openDSME is enabled

Definition at line 59 of file init_devs.h.

◆ IEEE802154_SECURITY_EXTRA_STACKSIZE

#define IEEE802154_SECURITY_EXTRA_STACKSIZE   (128)

extra stack size if ieee802154 security is enabled

You may increase this value if you experience a stack overflow with IEEE 802.15.4 security enabled.

Definition at line 48 of file init_devs.h.

◆ IEEE802154_STACKSIZE_DEFAULT

#define IEEE802154_STACKSIZE_DEFAULT
Value:
#define MAX(a, b)
Get the maximum of the two parameters.
Definition utils.h:53
#define IEEE802154_SECURITY_EXTRA_STACKSIZE
extra stack size if ieee802154 security is enabled
Definition init_devs.h:48
#define IEEE802154_OPENDSME_EXTRA_STACKSIZE
extra stack size if openDSME is enabled
Definition init_devs.h:59
#define GNRC_NETIF_STACKSIZE_DEFAULT
stack size of a netif thread
Definition init_devs.h:38

stack size of an ieee802154 device

Definition at line 66 of file init_devs.h.