Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_work_delayable Struct Reference

A structure used to submit work after a delay. More...

#include <kernel.h>

Data Fields

struct k_work work
 
struct _timeout timeout
 
struct k_work_qqueue
 

Detailed Description

A structure used to submit work after a delay.

Field Documentation

◆ queue

struct k_work_q* k_work_delayable::queue

◆ timeout

struct _timeout k_work_delayable::timeout

◆ work

struct k_work k_work_delayable::work

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