i80_controller sample
lv_timer_handler_set_resume_cb()
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
lv_timer_handler_set_resume_cb()
lv_timer_handler_set_resume_cb() function
Set the resume callback to the timer handler
Syntax
Show:
Summary
Declaration
Definition
from
lv_timer.h:77
void
lv_timer_handler_set_resume_cb
(
lv_timer_handler_resume_cb_t
cb
,
void
*
data
)
;
Implemented in
lv_timer.c:381
Arguments
Argument
Description
cb
the function to call when timer handler is resumed
data
pointer to a resume data
Examples
References
from
examples
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