lv_os_private.h
API reference for lv_os_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_os.h
Summary
Functions
osal/lv_os_private.h:77function
lv_os_get_idle_percent
Set it for LV_SYSMON_GET_IDLE to show the CPU usage
uint32_t lv_os_get_idle_percent(void)Returns: uint32_t — the idle percentage since the last call
Enums
lv_thread_prio_t
| Name |
|---|
LV_THREAD_PRIO_LOWEST |
LV_THREAD_PRIO_LOW |
LV_THREAD_PRIO_MID |
LV_THREAD_PRIO_HIGH |
LV_THREAD_PRIO_HIGHEST |
Used by 1 function
lv_thread_init— paramprio
Dependencies
How is this guide?
Last updated on