EventQueue_s Struct Reference
An event queue is currently just a list of events ordered by execution time. More...
#include <
ember-types.h
>
Data Fields |
|
Event * | isrEvents |
Event * | events |
An event queue is currently just a list of events ordered by execution time.
Definition at line
555
of file
ember-types.h
.
Field Documentation
◆ events
Event * EventQueue_s::events |
Definition at line
557
of file
ember-types.h
.
◆ isrEvents
Event * EventQueue_s::isrEvents |
Definition at line
556
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h