Searched defs:event (Results 1 – 2 of 2) sorted by relevance
86 struct event { struct87 struct list_element elem; /*! The pointer to next event */ argument88 uint8_t mask[EVENT_MASK_SIZE]; /*! Mask of event IDs callback is called for */ argument89 event_cb_t cb; /*! Callback to be called when an event occurs */ argument
53 int32_t event_subscribe(struct event *const event, const event_id_t id, event_cb_t cb) in event_subscribe()77 int32_t event_unsubscribe(struct event *const event, const event_id_t id) in event_unsubscribe()