Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.h50 void lv_demo_smartwatch_set_music_control_cb(lv_smartwatch_music_control_cb_t cb);
Dlv_demo_smartwatch.h48 typedef void (*lv_smartwatch_music_control_cb_t)(uint16_t); typedef
192 void lv_demo_smartwatch_set_music_control_cb(lv_smartwatch_music_control_cb_t cb);
Dlv_demo_smartwatch_control.c43 static lv_smartwatch_music_control_cb_t music_control_cb;
69 void lv_demo_smartwatch_set_music_control_cb(lv_smartwatch_music_control_cb_t cb) in lv_demo_smartwatch_set_music_control_cb()