XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_canc_cbtbl结构体 参考

CAN控制器应用层回调函数表 更多...

#include <controller.h>

成员变量

void(* tx_indication )(struct xwds_canc *, xwid_t, xwer_t)
 
void(* rx_indication )(struct xwds_canc *, xwid_t, struct xwds_can_msg *)
 
void(* wakeup_notification )(struct xwds_canc *)
 
void(* mode_indication )(struct xwds_canc *, xwsq_t)
 
void(* err_indication )(struct xwds_canc *, xwsq_t, xwsq_t, xwsq_t)
 
void(* busoff_indication )(struct xwds_canc *)
 

详细描述

CAN控制器应用层回调函数表

在文件 controller.h187 行定义.

结构体成员变量说明

◆ busoff_indication

void(* xwds_canc_cbtbl::busoff_indication) (struct xwds_canc *)

指示busoff

在文件 controller.h196 行定义.

◆ err_indication

void(* xwds_canc_cbtbl::err_indication) (struct xwds_canc *, xwsq_t, xwsq_t, xwsq_t)

指示错误发生

在文件 controller.h194 行定义.

◆ mode_indication

void(* xwds_canc_cbtbl::mode_indication) (struct xwds_canc *, xwsq_t)

指示模式切换

在文件 controller.h193 行定义.

◆ rx_indication

void(* xwds_canc_cbtbl::rx_indication) (struct xwds_canc *, xwid_t, struct xwds_can_msg *)

指示消息接收结果

在文件 controller.h190 行定义.

◆ tx_indication

void(* xwds_canc_cbtbl::tx_indication) (struct xwds_canc *, xwid_t, xwer_t)

指示消息发送结果

在文件 controller.h188 行定义.

◆ wakeup_notification

void(* xwds_canc_cbtbl::wakeup_notification) (struct xwds_canc *)

指示唤醒

在文件 controller.h192 行定义.


该结构体的文档由以下文件生成: