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

CAN控制器配置 更多...

#include <controller.h>

xwds_canc_cfg 的协作图:

成员变量

const struct xwds_canc_bd_cfgbdcfgs
 
xwsz_t bdcfgs_num
 
xwid_t default_bdid
 
const struct xwds_canc_txobj_cfgtxobjs
 
xwsz_t txobjs_num
 
const struct xwds_canc_rxobj_cfgrxobjs
 
xwsz_t rxobjs_num
 
void * xwccfg
 

详细描述

CAN控制器配置

在文件 controller.h116 行定义.

结构体成员变量说明

◆ bdcfgs

const struct xwds_canc_bd_cfg* xwds_canc_cfg::bdcfgs

波特率配置数组

在文件 controller.h117 行定义.

◆ bdcfgs_num

xwsz_t xwds_canc_cfg::bdcfgs_num

波特率配置的数量

在文件 controller.h118 行定义.

◆ default_bdid

xwid_t xwds_canc_cfg::default_bdid

默认波特率配置的ID

在文件 controller.h119 行定义.

◆ rxobjs

const struct xwds_canc_rxobj_cfg* xwds_canc_cfg::rxobjs

接收邮箱的数组

在文件 controller.h122 行定义.

◆ rxobjs_num

xwsz_t xwds_canc_cfg::rxobjs_num

接收邮箱的数量

在文件 controller.h123 行定义.

◆ txobjs

const struct xwds_canc_txobj_cfg* xwds_canc_cfg::txobjs

发送邮箱的数组

在文件 controller.h120 行定义.

◆ txobjs_num

xwsz_t xwds_canc_cfg::txobjs_num

发送邮箱的数量

在文件 controller.h121 行定义.

◆ xwccfg

void* xwds_canc_cfg::xwccfg

SOC私有配置

在文件 controller.h124 行定义.


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