Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

arm_event_storage Struct Reference

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.