Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/chart/
Dlv_chart.h49 } lv_chart_update_mode_t; typedef
102 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode);
Dlv_chart_private.h67 lv_chart_update_mode_t update_mode : 2;
Dlv_chart.c164 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode) in lv_chart_set_update_mode()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_chart_parser.c27 static lv_chart_update_mode_t chart_update_mode_to_enum(const char * txt);
178 static lv_chart_update_mode_t chart_update_mode_to_enum(const char * txt) in chart_update_mode_to_enum()