![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Work context. More...
#include <nturt/sys/util.h>
Data Fields | |
struct k_work | work |
Work. | |
void *const | ctx |
Pointer to context of the work. | |
void *const | args |
Pointer to arguments for the work. | |
Work context.
void* const work_ctx::args |
Pointer to arguments for the work.
void* const work_ctx::ctx |
Pointer to context of the work.
struct k_work work_ctx::work |
Work.