i80_controller sample
lv_buttonmatrix_t::one_check
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
lv_buttonmatrix_t::one_check
lv_buttonmatrix_t::one_check field
Single button toggled at once
Syntax
Show:
Summary
Declaration
from
lv_buttonmatrix_private.h:39
uint32_t
one_check
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
one_check
:
1
;
/**< Single button toggled at once */
lv_buttonmatrix_private.h:39
if
(
btnm
->
one_check
&&
(
ctrl
&
LV_BUTTONMATRIX_CTRL_CHECKED
)
)
{
lv_buttonmatrix.c:221
lv_buttonmatrix_set_button_ctrl()
btnm
->
one_check
=
en
;
lv_buttonmatrix.c:288
lv_buttonmatrix_set_one_checked()
return
btnm
->
one_check
;
lv_buttonmatrix.c:355
lv_buttonmatrix_get_one_checked()
btnm
->
one_check
=
0
;
lv_buttonmatrix.c:373
lv_buttonmatrix_constructor()
if
(
button_get_checked
(
btnm
->
ctrl_bits
[
btnm
->
btn_id_sel
]
)
&&
!
btnm
->
one_check
)
{
lv_buttonmatrix.c:474
lv_buttonmatrix_event()
if
(
btnm
->
one_check
)
make_one_button_checked
(
obj
,
btnm
->
btn_id_sel
)
;
lv_buttonmatrix.c:480
lv_buttonmatrix_event()
if
(
btnm
->
one_check
)
{
lv_buttonmatrix.c:529
lv_buttonmatrix_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_buttonmatrix_t::one_check
is written by 2 functions and is read by 3 functions:
lv_buttonmatrix_set_one_checked()
lv_buttonmatrix_constructor()
All items filtered out
lv_buttonmatrix_t::one_check
lv_buttonmatrix_set_button_ctrl()
lv_buttonmatrix_get_one_checked()
lv_buttonmatrix_event()
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