lv_tick.h
API reference for lv_tick.h
Provide access to the system tick with 1 millisecond resolution
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_tick_private.h
Summary
Functions
tick/lv_tick.h:78function
lv_delay_set_cb
Set a callback for a blocking delay
void lv_delay_set_cb(lv_delay_cb_t cb)| Name | Type | Description |
|---|---|---|
cb | lv_delay_cb_t | pointer to a callback |
tick/lv_tick.h:84function
lv_tick_set_cb
Set the custom callback for 'lv_tick_get'
void lv_tick_set_cb(lv_tick_get_cb_t cb)| Name | Type | Description |
|---|---|---|
cb | lv_tick_get_cb_t | call this callback on 'lv_tick_get' |
Typedefs
tick/lv_tick.h:30typedef
lv_tick_get_cb_t
typedef uint32_t(* lv_tick_get_cb_t) (void)Used by 1 function
lv_tick_set_cb— paramcb
tick/lv_tick.h:32typedef
lv_delay_cb_t
typedef void(* lv_delay_cb_t) (uint32_t ms)Used by 1 function
lv_delay_set_cb— paramcb
Dependencies
Indirect dependencies
How is this guide?
Last updated on