i2c_oled sample
lv_timer_t
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
lv_timer_t
lv_timer_t struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
Definition
from
lv_timer.h:34
struct
_lv_timer_t
;
Implemented in
lv_timer.h:44
Fields
Field
Declared as
Description
_lv_timer_t::period
uint32_t
How often the timer should run.
_lv_timer_t::last_run
uint32_t
Last time the timer ran.
_lv_timer_t::timer_cb
lv_timer_cb_t
Timer function.
_lv_timer_t::user_data
void
*
Custom user data.
_lv_timer_t::repeat_count
int32_t
1: One time; -1 : infinity; n>0: residual times.
_lv_timer_t::paused
uint32_t
:
1
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