Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/
Dlv_test_conf_minimal.h10 #define LV_USE_ASSERT_STYLE 0 macro
Dlv_test_conf_full.h14 #define LV_USE_ASSERT_STYLE 1 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h368 #define LV_USE_ASSERT_STYLE 0 /**< Check if the styles are properly initialized. (Very fa… macro
/lvgl-latest/src/
Dlv_conf_internal.h1119 #define LV_USE_ASSERT_STYLE CONFIG_LV_USE_ASSERT_STYLE macro
1121 …#define LV_USE_ASSERT_STYLE 0 /**< Check if the styles are properly initialized. (Very f… macro
/lvgl-latest/
DKconfig606 config LV_USE_ASSERT_STYLE config