i80_controller sample
CLICK_CLOSER_TO_MIN_END
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
CLICK_CLOSER_TO_MIN_END
CLICK_CLOSER_TO_MIN_END macro
Syntax
Show:
Summary
Declaration
from
lv_arc.c:31
#define
CLICK_CLOSER_TO_MIN_END
(
(
uint32_t
)
0x01U
)
Examples
References
from
examples
Code
Location
#define
CLICK_CLOSER_TO_MIN_END
(
(
uint32_t
)
0x01U
)
lv_arc.c:31
arc
->
min_close
=
CLICK_CLOSER_TO_MIN_END
;
lv_arc.c:427
if
(
arc
->
min_close
==
CLICK_CLOSER_TO_MIN_END
)
angle
=
0
;
lv_arc.c:533
if
(
arc
->
min_close
==
CLICK_CLOSER_TO_MIN_END
)
angle
=
-
deg_range
;
lv_arc.c:538
if
(
(
(
min_close_prev
==
CLICK_CLOSER_TO_MIN_END
)
&&
(
arc
->
min_close
==
CLICK_CLOSER_TO_MAX_END
)
)
lv_arc.c:545
else
if
(
(
(
min_close_prev
==
CLICK_CLOSER_TO_MAX_END
)
&&
(
arc
->
min_close
==
CLICK_CLOSER_TO_MIN_END
)
)
lv_arc.c:550
arc
->
min_close
=
CLICK_CLOSER_TO_MIN_END
;
lv_arc.c:975
arc
->
min_close
=
CLICK_CLOSER_TO_MIN_END
;
lv_arc.c:987
arc
->
min_close
=
CLICK_CLOSER_TO_MIN_END
;
lv_arc.c:994
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