Searched refs:lv_msg_subscribe (Results 1 – 2 of 2) sorted by relevance
31 `lv_msg_subscribe(msg_id, callback, user_data)` can be used to subscribe to message.72 `lv_msg_subscribe` returns a pointer which can be used to unsubscribe:75 s1 = lv_msg_subscribe(MSG_USER_DOOR_OPENED, some_callback, NULL);
119 static inline void * lv_msg_subscribe(uint32_t msg_id, lv_msg_subscribe_cb_t cb, void * user_data) in lv_msg_subscribe() function