RT-Thread RTOS
An open source embedded real-time operating system
rt_can_status_ind_type Struct Reference

#include <dev_can.h>

Data Fields

rt_canstatus_ind ind
 
void * args
 

Detailed Description

Structure to hold the status indication callback and its arguments.

Field Documentation

◆ ind

rt_canstatus_ind rt_can_status_ind_type::ind

Pointer to the status indication callback function.

◆ args

void* rt_can_status_ind_type::args

Pointer to user arguments for the callback.