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_storage Struct Reference
Event structure storage, including list link. More...
#include <eventOS_event.h>
Detailed Description
Event structure storage, including list link.
partition "Event loop" { (*) -->[event created] "UNQUEUED" "UNQUEUED" -->[event_core_write()] "QUEUED" "QUEUED" -->[event_core_read()] "RUNNING" "RUNNING" ->[event_core_free_push()] "UNQUEUED" }
partition "system_timer.c" { "UNQUEUED:timer" -->[eventOS_event_send_timer_allocated()] "QUEUED" }
Definition at line 71 of file eventOS_event.h.
Generated on Tue Jul 12 2022 13:55:28 by
