Home
last modified time | relevance | path

Searched defs:LV_USE_ASSERT_MEM_INTEGRITY (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/tests/src/
Dlv_test_conf_minimal.h8 #define LV_USE_ASSERT_MEM_INTEGRITY 0 macro
Dlv_test_conf_full.h12 #define LV_USE_ASSERT_MEM_INTEGRITY 1 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h369 #define LV_USE_ASSERT_MEM_INTEGRITY 0 /**< Check the integrity of `lv_mem` after critical operati… macro
/lvgl-latest/src/
Dlv_conf_internal.h1126 #define LV_USE_ASSERT_MEM_INTEGRITY CONFIG_LV_USE_ASSERT_MEM_INTEGRITY macro
1128 …#define LV_USE_ASSERT_MEM_INTEGRITY 0 /**< Check the integrity of `lv_mem` after critical operat… macro
/lvgl-latest/
DKconfig609 config LV_USE_ASSERT_MEM_INTEGRITY config