Home
last modified time | relevance | path

Searched defs:event (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/
Dutils_event.h86 struct event { struct
87 struct list_element elem; /*! The pointer to next event */ argument
88 uint8_t mask[EVENT_MASK_SIZE]; /*! Mask of event IDs callback is called for */ argument
89 event_cb_t cb; /*! Callback to be called when an event occurs */ argument
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/src/
Dutils_event.c53 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()