Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/core/
Dlv_obj.h390 # define LV_ASSERT_OBJ(obj_p, obj_class) … argument
392 … LV_ASSERT_MSG(obj_p != NULL, "The object is NULL"); \
393 … LV_ASSERT_MSG(lv_obj_has_class(obj_p, obj_class) == true, "Incompatible object type."); \
394 … LV_ASSERT_MSG(lv_obj_is_valid(obj_p) == true, "The object is invalid, deleted or corrupted?"); \
397 # define LV_ASSERT_OBJ(obj_p, obj_class) do{}while(0) argument