Searched refs:LV_TICK_CUSTOM_SYS_TIME_EXPR (Results 1 – 7 of 7) sorted by relevance
31 #define LV_TICK_CUSTOM_SYS_TIME_EXPR custom_tick_get() macro
77 return LV_TICK_CUSTOM_SYS_TIME_EXPR; in lv_tick_get()
37 #define LV_TICK_CUSTOM_SYS_TIME_EXPR (rt_tick_get_millisecond()) /*Expression evaluating to curr… macro
95 …#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 …
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
91 …#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time …
249 #ifndef LV_TICK_CUSTOM_SYS_TIME_EXPR251 #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