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

CAN接收器 更多...

#include <transceiver.h>

xwds_cantrcv 的协作图:

成员变量

union { 
 
   struct xwds_device   dev 
 
   struct xwds_i2cp   i2cp 
 
   struct xwds_spip   spip 
 
bc 
 
struct xwds_canccanc
 
const struct xwds_cantrcv_cfgcfg
 
xwds_cantrcv_wkup_isr_f wkup_isr
 
xwsq_t opmode
 
xwsq_t wkuprs
 

详细描述

CAN接收器

在文件 transceiver.h106 行定义.

结构体成员变量说明

◆ [union]

union { ... } xwds_cantrcv::bc

基类(base class)

◆ canc

struct xwds_canc* xwds_cantrcv::canc

连接的CAN控制器

在文件 transceiver.h118 行定义.

◆ cfg

const struct xwds_cantrcv_cfg* xwds_cantrcv::cfg

CAN接收器的配置

在文件 transceiver.h119 行定义.

◆ dev

struct xwds_device xwds_cantrcv::dev

继承struct xwds_device

在文件 transceiver.h108 行定义.

◆ i2cp

struct xwds_i2cp xwds_cantrcv::i2cp

继承struct xwds_i2cp

在文件 transceiver.h110 行定义.

◆ opmode

xwsq_t xwds_cantrcv::opmode

CAN接收器模式

在文件 transceiver.h123 行定义.

◆ spip

struct xwds_spip xwds_cantrcv::spip

继承struct xwds_spip

在文件 transceiver.h113 行定义.

◆ wkup_isr

xwds_cantrcv_wkup_isr_f xwds_cantrcv::wkup_isr

唤醒中断回调函数

在文件 transceiver.h120 行定义.

◆ wkuprs

xwsq_t xwds_cantrcv::wkuprs

CAN接收器唤醒原因

在文件 transceiver.h124 行定义.


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