Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/others/msg/
Dlv_msg.c41 static lv_ll_t subs_ll; variable
59 _lv_ll_init(&subs_ll, sizeof(sub_dsc_t)); in lv_msg_init()
64 sub_dsc_t * s = _lv_ll_ins_tail(&subs_ll); in lv_msg_subsribe()
93 _lv_ll_remove(&subs_ll, s); in lv_msg_unsubscribe()
100 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in lv_msg_unsubscribe_obj()
102 sub_dsc_t * s_next = _lv_ll_get_next(&subs_ll, s); in lv_msg_unsubscribe_obj()
158 _LV_LL_READ(&subs_ll, s) { in notify()
177 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in obj_delete_event_cb()
181 s_next = _lv_ll_get_next(&subs_ll, s); in obj_delete_event_cb()