nRF5 SDK v17.1.0
Data Fields
sys_event_desc_t Struct Reference

Event descriptor. More...

#include <sys_events.h>

Data Fields

sys_queue_item_t queue_item
 
sys_event_id_t event_id
 
sys_event_callback_t callback
 

Detailed Description

Event descriptor.

This descriptor is used to subscribe/unsubscribe to/from the event.

Field Documentation

sys_event_callback_t sys_event_desc_t::callback

Callback function which is to be called when this event occurs.

sys_event_id_t sys_event_desc_t::event_id

ID of the event to which this callback is to be subscribed.

sys_queue_item_t sys_event_desc_t::queue_item

Service field.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated