ChibiOS
21.6.0
|
OS instances macros and structures. More...
Go to the source code of this file.
Macros | |
#define | __instance_get_currthread(oip) (oip)->rlist.current |
Current thread pointer get macro. More... | |
#define | __instance_set_currthread(oip, tp) (oip)->rlist.current = (tp) |
Current thread pointer set macro. More... | |
Functions | |
void | chInstanceObjectInit (os_instance_t *oip, const os_instance_config_t *oicp) |
Initializes a system instance. More... | |
OS instances macros and structures.
Definition in file chinstances.h.