i80_controller sample
button_is_checkable()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
button_is_checkable()
button_is_checkable() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_buttonmatrix.c:51
static
bool
button_is_checkable
(
lv_buttonmatrix_ctrl_t
ctrl_bits
)
;
Implemented in
lv_buttonmatrix.c:897
Arguments
Argument
ctrl_bits
Examples
References
from
examples
Code
Location
Referrer
static
bool
button_is_checkable
(
lv_buttonmatrix_ctrl_t
ctrl_bits
)
lv_buttonmatrix.c:897
static
bool
button_is_checkable
(
lv_buttonmatrix_ctrl_t
ctrl_bits
)
;
lv_buttonmatrix.c:51
if
(
button_is_checkable
(
btnm
->
ctrl_bits
[
btnm
->
btn_id_sel
]
)
&&
lv_buttonmatrix.c:472
lv_buttonmatrix_event()
Call Tree
from
examples
button_is_checkable()
is called by 1 function:
lv_buttonmatrix_event()
All items filtered out
button_is_checkable()
All items filtered out
Data Use
from
examples
button_is_checkable()
reads 1 variable:
lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CHECKABLE
All items filtered out
button_is_checkable()
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