i2c_oled sample
last_custom_prop_id
is only used within i2c_oled 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
i2c_oled sample
last_custom_prop_id
last_custom_prop_id variable
STATIC VARIABLES
Syntax
Show:
Summary
Declaration
from
lv_style.c:139
static
uint16_t
last_custom_prop_id
=
(
uint16_t
)
_LV_STYLE_LAST_BUILT_IN_PROP
;
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
last_custom_prop_id
=
(
uint16_t
)
_LV_STYLE_LAST_BUILT_IN_PROP
;
lv_style.c:139
last_custom_prop_id
=
(
uint16_t
)
_LV_STYLE_LAST_BUILT_IN_PROP
;
lv_style.c:184
lv_style_register_prop()
if
(
(
(
last_custom_prop_id
+
1
)
&
LV_STYLE_PROP_META_MASK
)
!=
0
)
{
lv_style.c:187
lv_style_register_prop()
size_t
required_size
=
(
last_custom_prop_id
+
1
-
_LV_STYLE_LAST_BUILT_IN_PROP
)
;
lv_style.c:195
lv_style_register_prop()
last_custom_prop_id
++
;
lv_style.c:209
lv_style_register_prop()
LV_GC_ROOT
(
_lv_style_custom_prop_flag_lookup_table
)
[
last_custom_prop_id
-
_LV_STYLE_NUM_BUILT_IN_PROPS
]
=
flag
;
lv_style.c:212
lv_style_register_prop()
return
last_custom_prop_id
;
lv_style.c:213
lv_style_register_prop()
return
last_custom_prop_id
-
_LV_STYLE_LAST_BUILT_IN_PROP
;
lv_style.c:218
lv_style_get_num_custom_props()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
last_custom_prop_id
is written by 1 function and is read by 2 functions:
lv_style_register_prop()
All items filtered out
last_custom_prop_id
lv_style_register_prop()
lv_style_get_num_custom_props()
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