Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj.h387 #if LV_USE_ASSERT_OBJ
Dlv_obj.c167 #if LV_USE_ASSERT_OBJ in lv_init()
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h256 #define LV_USE_ASSERT_OBJ 0 /*Check the object's type and existence (e.g. not deleted).… macro
/lvgl-3.5.0/
Dlv_conf_template.h263 #define LV_USE_ASSERT_OBJ 0 /*Check the object's type and existence (e.g. not deleted).…
DKconfig369 config LV_USE_ASSERT_OBJ config
/lvgl-3.5.0/src/
Dlv_conf_internal.h705 #ifndef LV_USE_ASSERT_OBJ
707 #define LV_USE_ASSERT_OBJ CONFIG_LV_USE_ASSERT_OBJ macro
709 …#define LV_USE_ASSERT_OBJ 0 /*Check the object's type and existence (e.g. not deleted)… macro