NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
work_ctx Struct Reference

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.
 

Detailed Description

Work context.

Field Documentation

◆ args

void* const work_ctx::args

Pointer to arguments for the work.

◆ ctx

void* const work_ctx::ctx

Pointer to context of the work.

◆ work

struct k_work work_ctx::work

Work.


The documentation for this struct was generated from the following file: