Searched refs:LV_SYSMON_GET_IDLE (Results 1 – 6 of 6) sorted by relevance
38 #define LV_SYSMON_GET_IDLE lv_timer_os_get_idle macro
240 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()
900 #define LV_SYSMON_GET_IDLE lv_timer_get_idle macro
970 #define LV_SYSMON_GET_IDLE lv_timer_get_idle
3076 #ifndef LV_SYSMON_GET_IDLE3078 #define LV_SYSMON_GET_IDLE CONFIG_LV_SYSMON_GET_IDLE macro3080 #define LV_SYSMON_GET_IDLE lv_timer_get_idle macro
132 and setting the macro :c:macro:`LV_SYSMON_GET_IDLE` to the name of a function that