µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Contains information suitable for scheduling an event at the scheduler. More...
#include <event.h>
Data Fields | |
uint32_t | due_time |
The value the system timer must be at when this event's closure should be invoked. This is a best effort value. | |
uint16_t | timeout |
Holds the interval between two executions of the timer. | |
uel_event_timer_status_t | status |
Current timer status. | |
Contains information suitable for scheduling an event at the scheduler.