Lines Matching refs:func
9 :cpp:func:`lv_timer_handler`, which needs to be called every few milliseconds.
40 :cpp:func:`lv_timer_create_basic` can also be used to create a new Timer without
73 :cpp:func:`lv_timer_handler`.
101 reuse that timer repeatedly and want to avoid the CPU and :cpp:func:`lv_malloc`
123 You can get the idle percentage time of :cpp:func:`lv_timer_handler` with
124 :cpp:func:`lv_timer_get_idle`. Note that it does not measure the idle time of
125 the overall system, only of :cpp:func:`lv_timer_handler`. This can be misleading if
134 a function is :cpp:func:`lv_os_get_idle_percent` in ``lv_freertos.c``. While the
154 When the Timer system has been disabled (causing :cpp:func:`lv_timer_handler` to
176 the next invocation of :cpp:func:`lv_timer_handler`. As a side effect, this also
214 will delete the Widget on the next call to :cpp:func:`lv_timer_handler`.