Home
last modified time | relevance | path

Searched refs:LV_TICK_CUSTOM (Results 1 – 12 of 12) sorted by relevance

/lvgl-3.4.0/src/hal/
Dlv_hal_tick.c12 #if LV_TICK_CUSTOM == 1
31 #if !LV_TICK_CUSTOM
44 #if !LV_TICK_CUSTOM
62 #if LV_TICK_CUSTOM == 0 in lv_tick_get()
Dlv_hal_tick.h38 #if !LV_TICK_CUSTOM
/lvgl-3.4.0/env_support/cmsis-pack/
DREADME.md67 7. Update LV_TICK_CUSTOM related macros:
72 #define LV_TICK_CUSTOM 1
73 #if LV_TICK_CUSTOM
77 #endif /*LV_TICK_CUSTOM*/
79 #define LV_TICK_CUSTOM 0
80 #if LV_TICK_CUSTOM
83 #endif /*LV_TICK_CUSTOM*/
Dlv_conf_cmsis.h90 #define LV_TICK_CUSTOM 1 macro
91 #if LV_TICK_CUSTOM
97 #define LV_TICK_CUSTOM 0 macro
98 #if LV_TICK_CUSTOM
/lvgl-3.4.0/zephyr/
Dlv_conf.h33 #define LV_TICK_CUSTOM 1 macro
/lvgl-3.4.0/env_support/rt-thread/
Dlv_rt_thread_conf.h35 #define LV_TICK_CUSTOM 1 macro
/lvgl-3.4.0/
Dlv_conf_template.h88 #define LV_TICK_CUSTOM 0
89 #if LV_TICK_CUSTOM
DKconfig114 config LV_TICK_CUSTOM config
120 depends on LV_TICK_CUSTOM
/lvgl-3.4.0/src/
Dlv_conf_internal.h217 #ifndef LV_TICK_CUSTOM
219 #define LV_TICK_CUSTOM CONFIG_LV_TICK_CUSTOM macro
221 #define LV_TICK_CUSTOM 0 macro
224 #if LV_TICK_CUSTOM
/lvgl-3.4.0/docs/get-started/
Darduino.md36 5. Set `LV_TICK_CUSTOM 1`
Dquick-overview.md27 Alternatively, configure `LV_TICK_CUSTOM` (see `lv_conf.h`) so that LVGL can retrieve the current t…
/lvgl-3.4.0/docs/
DCHANGELOG.md409 - fix(hal tick): add precompile !LV_TICK_CUSTOM for global variables and lv_tick_inc() [`2675`](htt…