Searched defs:LV_TICK_CUSTOM_SYS_TIME_EXPR (Results 1 – 4 of 4) sorted by relevance
31 #define LV_TICK_CUSTOM_SYS_TIME_EXPR custom_tick_get() macro
37 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (rt_tick_get_millisecond()) /*Expression evaluating to curr… macro
86 #define LV_TICK_CUSTOM_SYS_TIME_EXPR get_system_ms() macro92 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro
251 #define LV_TICK_CUSTOM_SYS_TIME_EXPR CONFIG_LV_TICK_CUSTOM_SYS_TIME_EXPR macro253 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro