Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
zcan_work Struct Reference

CAN work structure. More...

#include <can.h>

Data Fields

struct k_work work_item
 
struct k_work_qwork_queue
 
struct can_frame_buffer buf
 
can_rx_callback_t cb
 
voidcb_arg
 

Detailed Description

CAN work structure.

Used to attach a work queue to a filter.

Field Documentation

◆ buf

struct can_frame_buffer zcan_work::buf

◆ cb

can_rx_callback_t zcan_work::cb

◆ cb_arg

void* zcan_work::cb_arg

◆ work_item

struct k_work zcan_work::work_item

◆ work_queue

struct k_work_q* zcan_work::work_queue

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