OpenBIC
OpenSource Bridge-IC
work_info Struct Reference

Public Attributes

union {
   struct k_work   normal_work
 
   struct k_work_delayable   delay_work
 
work
 
void(* fn )(void *, uint32_t)
 
void * ptr_arg
 
uint32_t ui32_arg
 
char name [MAX_WORK_NAME_LEN]
 

Member Data Documentation

◆ delay_work

struct k_work_delayable work_info::delay_work

◆ fn

void(* work_info::fn) (void *, uint32_t)

◆ name

char work_info::name[MAX_WORK_NAME_LEN]

◆ normal_work

struct k_work work_info::normal_work

◆ ptr_arg

void* work_info::ptr_arg

◆ ui32_arg

uint32_t work_info::ui32_arg

◆ 

union { ... } work_info::work

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