ESP-IDF
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS macro
@def OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS The number of message buffers in the buffer pool.
Syntax
Show:
Summary
Declaration
from
misc.h:196
#define
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
44
Examples
References
from
examples
Code
Location
#define
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
44
misc.h:196
#define
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS
openthread-core-esp32x-ftd-config.h:85
#define
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
50
openthread-core-esp32x-radio-config.h:207
static_assert
(
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
<
8192
,
"mQueuedMessageCount cannot fit max required!"
)
;
child.hpp:396
static_assert
(
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
<
(
1UL
<
<
14
)
,
indirect_sender.hpp:129
rval
=
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
;
message.cpp:184
constexpr
uint16_t
kNumBuffers
=
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
;
message.hpp:141
#ifndef
OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
misc.h:195
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out