![]() |
EVE 1.0
|
#include <mwork.h>
Data Fields | |
struct work_t | work |
mwork_time_t | at |
Milliwork structure.
EVE millisecond-scale work or milliwork
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 software interrupt execution level.
The structure represents the milliwork instance.
The structure must be instantiated in the RAM memory using one of MWORK_INIT() or DECLARE_MWORK().
struct work_t mwork_t::work |
Underlaying work structure
Definition at line 183 of file mwork.h.
Referenced by mwork_now(), and mwork_pending().
mwork_time_t mwork_t::at |