lv_tick.h

API reference for lv_tick.h

Report on GitHub

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

Functions

lv_delay_set_cb

Set a callback for a blocking delay

 
void lv_delay_set_cb(lv_delay_cb_t cb)
Parameters
NameTypeDescription
cblv_delay_cb_tpointer to a callback

lv_tick_set_cb

Set the custom callback for 'lv_tick_get'

 
void lv_tick_set_cb(lv_tick_get_cb_t cb)
Parameters
NameTypeDescription
cblv_tick_get_cb_tcall this callback on 'lv_tick_get'

Typedefs

lv_tick_get_cb_t

 
typedef uint32_t(* lv_tick_get_cb_t) (void)
Used by 1 function
  • lv_tick_set_cb — param cb

lv_delay_cb_t

 
typedef void(* lv_delay_cb_t) (uint32_t ms)
Used by 1 function
  • lv_delay_set_cb — param cb

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page