ESP-IDF
OS_ALIGNMENT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OS_ALIGNMENT
OS_ALIGNMENT macro
Syntax
Show:
Summary
Declaration
from
os.h:41
#define
OS_ALIGNMENT
(
BLE_NPL_OS_ALIGNMENT
)
Examples
References
from
examples
Code
Location
#define
OS_ALIGNMENT
(
BLE_NPL_OS_ALIGNMENT
)
os.h:41
block_size
=
OS_ALIGN
(
block_size
,
OS_ALIGNMENT
)
;
mem.c:32
block_size
=
OS_ALIGN
(
block_size
+
sizeof
(
struct
os_mbuf
)
,
OS_ALIGNMENT
)
;
mem.c:155
#define
OS_MEM_TRUE_BLOCK_SIZE
(
bsize
)
OS_ALIGN
(
bsize
,
OS_ALIGNMENT
)
os_mempool.c:32
if
(
(
(
uint32_t
)
(
uintptr_t
)
membuf
&
(
OS_ALIGNMENT
-
1
)
)
!=
0
)
{
os_mempool.c:143
#if
(
OS_ALIGNMENT
==
4
)
os_mempool.h:158
#define
OS_MEMPOOL_SIZE
(
n
,
blksize
)
(
(
(
(
blksize
)
+
(
(
OS_ALIGNMENT
)
-
1
)
)
/
(
OS_ALIGNMENT
)
)
*
(
n
)
)
os_mempool.h:167
char
_k_mem_slab_buffer_
[
OS_ALIGN
(
(
BT_MESH_APP_SEG_SDU_MAX
)
*
(
CONFIG_BT_MESH_SEG_BUFS
)
,
OS_ALIGNMENT
)
]
;
transport.c:139
.
block_size
=
OS_ALIGN
(
BT_MESH_APP_SEG_SDU_MAX
,
OS_ALIGNMENT
)
,
transport.c:143
BLE_HCI_DATA_HDR_SZ
,
OS_ALIGNMENT
)
)
transport.c:72
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