ESP-IDF
ot::kBufferSize
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kBufferSize
ot::kBufferSize variable
Syntax
Show:
Summary
Declaration
from
message.hpp:142
constexpr
uint16_t
kBufferSize
=
OPENTHREAD_CONFIG_MESSAGE_BUFFER_SIZE
;
Examples
References
from
examples
Code
Location
constexpr
uint16_t
kBufferSize
=
OPENTHREAD_CONFIG_MESSAGE_BUFFER_SIZE
;
message.hpp:142
static_assert
(
kBufferSize
>
sizeof
(
Metadata
)
+
sizeof
(
otMessageBuffer
)
,
"Metadata does not fit in a single buffer"
)
;
message.hpp:231
static
constexpr
uint16_t
kBufferDataSize
=
kBufferSize
-
sizeof
(
otMessageBuffer
)
;
message.hpp:233
static_assert
(
sizeof
(
Buffer
)
>=
kBufferSize
,
message.hpp:257
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