Home
last modified time | relevance | path

Searched defs:max_value (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_bar.h51 int32_t max_value; /**< Maximum value of the bar*/ member
Dlv_arc.h46 int16_t max_value; /*Maximum value of the arc*/ member
/lvgl-latest/tests/src/test_cases/
Dtest_bar.c206 int32_t max_value = lv_bar_get_max_value(bar); in test_bar_current_value_should_be_truncated_to_max_value_when_exceeds_it() local