Home
last modified time | relevance | path

Searched refs:LV_SYSMON_GET_IDLE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_conf.h38 #define LV_SYSMON_GET_IDLE lv_timer_os_get_idle macro
/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c240 uint32_t LV_SYSMON_GET_IDLE(void); in perf_update_timer_cb()
253 info->calculated.cpu = 100 - LV_SYSMON_GET_IDLE(); in perf_update_timer_cb()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h900 #define LV_SYSMON_GET_IDLE lv_timer_get_idle macro
/lvgl-latest/
Dlv_conf_template.h970 #define LV_SYSMON_GET_IDLE lv_timer_get_idle
/lvgl-latest/src/
Dlv_conf_internal.h3076 #ifndef LV_SYSMON_GET_IDLE
3078 #define LV_SYSMON_GET_IDLE CONFIG_LV_SYSMON_GET_IDLE macro
3080 #define LV_SYSMON_GET_IDLE lv_timer_get_idle macro
/lvgl-latest/docs/details/main-components/
Dtimer.rst132 and setting the macro :c:macro:`LV_SYSMON_GET_IDLE` to the name of a function that