Searched defs:LV_TICK_CUSTOM_SYS_TIME_EXPR (Results 1 – 5 of 5) sorted by relevance
26 #define LV_TICK_CUSTOM_SYS_TIME_EXPR custom_tick_get() macro
35 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (k_uptime_get_32()) macro
37 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (rt_tick_get_millisecond()) /*Expression evaluating to curr… macro
94 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (get_system_ticks() / (SystemCoreClock / 1000ul)) macro100 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro
234 #define LV_TICK_CUSTOM_SYS_TIME_EXPR CONFIG_LV_TICK_CUSTOM_SYS_TIME_EXPR macro236 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time … macro