Home
last modified time | relevance | path

Searched refs:LV_OS_NONE (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/osal/
Dlv_os.c40 #if LV_USE_OS != LV_OS_NONE in lv_os_init()
45 #if LV_USE_OS != LV_OS_NONE
Dlv_os_none.h16 #if LV_USE_OS == LV_OS_NONE
Dlv_os.h24 #if LV_USE_OS == LV_OS_NONE
63 #if LV_USE_OS != LV_OS_NONE
/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c34 #if LV_USE_OS != LV_OS_NONE
74 #if LV_USE_OS != LV_OS_NONE
/lvgl-latest/src/core/
Dlv_global.h225 #if LV_USE_OS != LV_OS_NONE
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx.c347 #if LV_USE_NEMA_VG == 0 && LV_USE_OS == LV_OS_NONE in nema_gfx_delete()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw.c32 #if LV_DRAW_SW_DRAW_UNIT_CNT > 1 && LV_USE_OS == LV_OS_NONE
/lvgl-latest/
Dlv_conf_template.h110 #define LV_USE_OS LV_OS_NONE
DKconfig130 default LV_OS_NONE
132 config LV_OS_NONE config in LVGL configuration""Operating System (OS)""LV_USE_OS
152 default 0 if LV_OS_NONE
/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d.c17 #warning LV_USE_DRAW_DMA2D_INTERRUPT is 1 but has no effect because LV_USE_OS is LV_OS_NONE
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst206 other than ``LV_OS_NONE`` in ``lv_conf.h``) you can use :cpp:func:`lv_lock()` and
217 to a value other than ``LV_OS_NONE``.
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst62 …hreaded calls, please make sure :c:macro:`LV_USE_OS` is always configured as :c:macro:`LV_OS_NONE`.
/lvgl-latest/src/
Dlv_conf_internal.h12 #define LV_OS_NONE 0 macro
278 #define LV_USE_OS LV_OS_NONE
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst285 With ``LV_USE_DRAW_DMA2D_INTERRUPT`` set to ``0`` and ``LV_USE_OS`` set to ``LV_OS_NONE``,
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst740 -#define LV_USE_OS LV_OS_NONE