i80_controller sample
ALIGN_MASK
is only used within i80_controller sample.
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
i80_controller sample
ALIGN_MASK
ALIGN_MASK macro
Syntax
Show:
Summary
Declaration
from
lv_mem_core_builtin.c:37
#define
ALIGN_MASK
0x3
Examples
References
from
examples
Code
Location
#define
ALIGN_MASK
0x3
lv_mem_core_builtin.c:37
#define
ALIGN_MASK
0x3
lv_string_builtin.c:24
lv_uintptr_t
d_align
=
(
lv_uintptr_t
)
d8
&
ALIGN_MASK
;
lv_string_builtin.c:72
lv_uintptr_t
s_align
=
(
lv_uintptr_t
)
s8
&
ALIGN_MASK
;
lv_string_builtin.c:73
d_align
=
ALIGN_MASK
+
1
-
d_align
;
lv_string_builtin.c:93
uintptr_t
d_align
=
(
lv_uintptr_t
)
d8
&
ALIGN_MASK
;
lv_string_builtin.c:121
d_align
=
ALIGN_MASK
+
1
-
d_align
;
lv_string_builtin.c:125
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