lv_timer_private.h¶
Functions
-
void lv_timer_core_init(void)¶
Init the lv_timer module
-
void lv_timer_core_deinit(void)¶
Deinit the lv_timer module
-
struct _lv_timer_t¶
- #include <lv_timer_private.h>
Descriptor of a lv_timer
-
struct lv_timer_state_t¶
Public Members
-
bool lv_timer_run¶
-
uint8_t idle_last¶
-
bool timer_deleted¶
-
bool timer_created¶
-
uint32_t timer_time_until_next¶
-
bool already_running¶
-
uint32_t periodic_last_tick¶
-
uint32_t busy_time¶
-
uint32_t idle_period_start¶
-
uint32_t run_cnt¶
-
lv_timer_handler_resume_cb_t resume_cb¶
-
void *resume_data¶
-
bool lv_timer_run¶