Home
last modified time | relevance | path

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

/lvgl-3.5.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.5.0/env_support/cmsis-pack/
DREADME.md84 7. Update `LV_TICK_CUSTOM` related macros:
89 #define LV_TICK_CUSTOM 1
90 #if LV_TICK_CUSTOM
99 #endif /*LV_TICK_CUSTOM*/
101 #define LV_TICK_CUSTOM 0
102 #if LV_TICK_CUSTOM
105 #endif /*LV_TICK_CUSTOM*/
Dlv_conf_cmsis.h82 #define LV_TICK_CUSTOM 1 macro
83 #if LV_TICK_CUSTOM
89 #define LV_TICK_CUSTOM 0 macro
90 #if LV_TICK_CUSTOM
/lvgl-3.5.0/env_support/rt-thread/
Dlv_rt_thread_conf.h35 #define LV_TICK_CUSTOM 1 macro
/lvgl-3.5.0/
Dlv_conf_template.h88 #define LV_TICK_CUSTOM 0
89 #if LV_TICK_CUSTOM
DKconfig112 config LV_TICK_CUSTOM config
118 depends on LV_TICK_CUSTOM
/lvgl-3.5.0/src/
Dlv_conf_internal.h234 #ifndef LV_TICK_CUSTOM
236 #define LV_TICK_CUSTOM CONFIG_LV_TICK_CUSTOM macro
238 #define LV_TICK_CUSTOM 0 macro
241 #if LV_TICK_CUSTOM
/lvgl-3.5.0/docs/get-started/platforms/
Darduino.md32 5. Set `LV_TICK_CUSTOM 1`
/lvgl-3.5.0/docs/get-started/
Dquick-overview.md23 Alternatively, configure `LV_TICK_CUSTOM` (see `lv_conf.h`) so that LVGL can retrieve the current t…
/lvgl-3.5.0/docs/
DCHANGELOG.md86 - chore: add an option to "LV_TICK_CUSTOM" [`3879`](https://github.com/lvgl/lvgl/pull/3879)
878 - fix(hal tick): add precompile !LV_TICK_CUSTOM for global variables and lv_tick_inc() [`2675`](htt…