![]() |
EVE 1.0
|
#include <uwork.h>
Data Fields | |
struct work_t | work |
uwork_time_t | at |
Microwork structure.
EVE microsecond-scale work or microwork
is a function with an associated data structure, which can be scheduled for execution at specified time in future. The function is executed at the hardware interrupt execution level.
The structure represents the microwork instance.
The structure must be instantiated in the RAM memory using one of UWORK_INIT() or DECLARE_UWORK().
struct work_t uwork_t::work |
uwork_time_t uwork_t::at |