Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.h50 typedef void (*lv_smartwatch_notification_click_cb_t)(uint16_t); typedef
180 void lv_demo_smartwatch_set_notification_click_cb(lv_smartwatch_notification_click_cb_t cb);
Dlv_demo_smartwatch_notifications.h70 void lv_demo_smartwatch_set_notification_click_cb(lv_smartwatch_notification_click_cb_t cb);
Dlv_demo_smartwatch_notifications.c34 static lv_smartwatch_notification_click_cb_t notification_click_cb;
157 void lv_demo_smartwatch_set_notification_click_cb(lv_smartwatch_notification_click_cb_t cb) in lv_demo_smartwatch_set_notification_click_cb()