Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/hal/
Dlv_hal_tick.c13 #include LV_TICK_CUSTOM_INCLUDE
/lvgl-3.6.0/env_support/rt-thread/
Dlv_rt_thread_conf.h36 #define LV_TICK_CUSTOM_INCLUDE LV_RTTHREAD_INCLUDE macro
/lvgl-3.6.0/env_support/cmsis-pack/
DREADME.md113 #define LV_TICK_CUSTOM_INCLUDE "perf_counter.h"
119 #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/
122 // #define LV_TICK_CUSTOM_INCLUDE "esp_timer.h"
Dlv_conf_cmsis.h86 #define LV_TICK_CUSTOM_INCLUDE "perf_counter.h" macro
92 #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/ macro
/lvgl-3.6.0/
Dlv_conf_template.h90 #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/
DKconfig116 config LV_TICK_CUSTOM_INCLUDE config
/lvgl-3.6.0/src/
Dlv_conf_internal.h242 #ifndef LV_TICK_CUSTOM_INCLUDE
244 #define LV_TICK_CUSTOM_INCLUDE CONFIG_LV_TICK_CUSTOM_INCLUDE macro
246 … #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/ macro