|
XWOS API
4.0
XWOS C/C++ API参考手册
|
CAN控制器 更多...
#include <controller.h>

成员变量 | ||
| union { | ||
| struct xwds_device dev | ||
| struct xwds_i2cp i2cp | ||
| struct xwds_spip spip | ||
| } | bc | |
| const struct xwds_canc_cfg * | cfg | |
| struct xwds_canc_cbtbl * | cbtbl | |
| xwsq_t | mode | |
CAN控制器
在文件 controller.h 第 213 行定义.
| union { ... } xwds_canc::bc |
基类(base class)
| struct xwds_canc_cbtbl* xwds_canc::cbtbl |
应用层回调 函数表
在文件 controller.h 第 227 行定义.
| const struct xwds_canc_cfg* xwds_canc::cfg |
CAN控制器的配置
在文件 controller.h 第 226 行定义.
| struct xwds_device xwds_canc::dev |
C语言面向对象:继承struct xwds_device
在文件 controller.h 第 216 行定义.
| struct xwds_i2cp xwds_canc::i2cp |
继承struct xwds_i2cp
在文件 controller.h 第 218 行定义.
| xwsq_t xwds_canc::mode |
控制器模式
在文件 controller.h 第 231 行定义.
| struct xwds_spip xwds_canc::spip |
继承struct xwds_spip
在文件 controller.h 第 221 行定义.