Home
last modified time | relevance | path

Searched refs:lv_smartwatch_settings_change_cb_t (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.h52 typedef void (*lv_smartwatch_settings_change_cb_t)(uint16_t, uint64_t); typedef
186 void lv_demo_smartwatch_set_settings_actions_cb(lv_smartwatch_settings_change_cb_t cb);
Dlv_demo_smartwatch_settings.h93 void lv_demo_smartwatch_set_settings_actions_cb(lv_smartwatch_settings_change_cb_t cb);
Dlv_demo_smartwatch_settings.c54 static lv_smartwatch_settings_change_cb_t settings_change_cb;
286 void lv_demo_smartwatch_set_settings_actions_cb(lv_smartwatch_settings_change_cb_t cb) in lv_demo_smartwatch_set_settings_actions_cb()