Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
arm_event_s Struct Reference
Event structure. More...
#include <eventOS_event.h>
Data Fields | |
int8_t | receiver |
Event handler Tasklet ID. | |
int8_t | sender |
Event sender Tasklet ID. | |
uint8_t | event_type |
This will be typecast arm_library_event_type_e, arm_internal_event_type_e or application specific define. | |
uint8_t | event_id |
Timer ID, NWK interface ID or application specific ID. | |
void * | data_ptr |
Application could share data pointer tasklet to tasklet. |
Detailed Description
Event structure.
Definition at line 39 of file eventOS_event.h.
Field Documentation
void* data_ptr |
Application could share data pointer tasklet to tasklet.
Definition at line 44 of file eventOS_event.h.
uint8_t event_id |
Timer ID, NWK interface ID or application specific ID.
Definition at line 43 of file eventOS_event.h.
uint8_t event_type |
This will be typecast arm_library_event_type_e, arm_internal_event_type_e or application specific define.
Definition at line 42 of file eventOS_event.h.
int8_t receiver |
Event handler Tasklet ID.
Definition at line 40 of file eventOS_event.h.
int8_t sender |
Event sender Tasklet ID.
Definition at line 41 of file eventOS_event.h.
Generated on Tue Jul 12 2022 13:55:28 by
