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.
Fork of OmniWheels by
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 Fri Jul 22 2022 04:54:12 by
