Home
last modified time | relevance | path

Searched refs:LV_TICK_CUSTOM_SYS_TIME_EXPR (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.5.0/tests/src/
Dlv_test_conf.h31 #define LV_TICK_CUSTOM_SYS_TIME_EXPR custom_tick_get() macro
/lvgl-3.5.0/src/hal/
Dlv_hal_tick.c77 return LV_TICK_CUSTOM_SYS_TIME_EXPR; in lv_tick_get()
/lvgl-3.5.0/env_support/rt-thread/
Dlv_rt_thread_conf.h37 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (rt_tick_get_millisecond()) /*Expression evaluating to curr… macro
/lvgl-3.5.0/env_support/cmsis-pack/
DREADME.md95 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR ((uint32_t)get_system_ticks() / (SystemCoreClock / 1000ul))
97 #define LV_TICK_CUSTOM_SYS_TIME_EXPR get_system_ms()
104 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time …
Dlv_conf_cmsis.h86 #define LV_TICK_CUSTOM_SYS_TIME_EXPR get_system_ms() macro
92 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro
/lvgl-3.5.0/
Dlv_conf_template.h91 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time …
/lvgl-3.5.0/src/
Dlv_conf_internal.h249 #ifndef LV_TICK_CUSTOM_SYS_TIME_EXPR
251 #define LV_TICK_CUSTOM_SYS_TIME_EXPR CONFIG_LV_TICK_CUSTOM_SYS_TIME_EXPR macro
253 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro