Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_assert.h69 #if LV_USE_ASSERT_MEM_INTEGRITY
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h258 #define LV_USE_ASSERT_MEM_INTEGRITY 0 /*Check the integrity of `lv_mem` after critical operations… macro
/lvgl-latest/
Dlv_conf_template.h270 #define LV_USE_ASSERT_MEM_INTEGRITY 0 /*Check the integrity of `lv_mem` after critical operations…
DKconfig377 config LV_USE_ASSERT_MEM_INTEGRITY config
/lvgl-latest/src/
Dlv_conf_internal.h718 #ifndef LV_USE_ASSERT_MEM_INTEGRITY
720 #define LV_USE_ASSERT_MEM_INTEGRITY CONFIG_LV_USE_ASSERT_MEM_INTEGRITY macro
722 …#define LV_USE_ASSERT_MEM_INTEGRITY 0 /*Check the integrity of `lv_mem` after critical operation… macro
/lvgl-latest/src/core/
Dlv_obj.c172 #if LV_USE_ASSERT_MEM_INTEGRITY in lv_init()