ESP-IDF
_k_mem_slab_buffer_
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_k_mem_slab_buffer_
_k_mem_slab_buffer_ variable
Syntax
Show:
Summary
Declaration
from
transport.c:139
char
_k_mem_slab_buffer_
[
OS_ALIGN
(
(
BT_MESH_APP_SEG_SDU_MAX
)
*
(
CONFIG_BT_MESH_SEG_BUFS
)
,
OS_ALIGNMENT
)
]
;
Examples
References
from
examples
Code
Location
char
_k_mem_slab_buffer_
[
OS_ALIGN
(
(
BT_MESH_APP_SEG_SDU_MAX
)
*
(
CONFIG_BT_MESH_SEG_BUFS
)
,
OS_ALIGNMENT
)
]
;
transport.c:139
.
buffer
=
_k_mem_slab_buffer_
,
transport.c:144
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