Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_GNRC_PKTDUMP_MSG_QUEUE_SIZE_EXP   3
 Default message queue size for the PKTDUMP thread (as exponent of 2^n).
 

Macro Definition Documentation

◆ CONFIG_GNRC_PKTDUMP_MSG_QUEUE_SIZE_EXP

#define CONFIG_GNRC_PKTDUMP_MSG_QUEUE_SIZE_EXP   3

Default message queue size for the PKTDUMP thread (as exponent of 2^n).

As the queue size ALWAYS needs to be power of two, this option represents the exponent of 2^n, which will be used as the size of the queue.

Definition at line 45 of file pktdump.h.