|
XWOS API
4.0
XWOS C/C++ API参考手册
|
LIN控制器配置 更多...
#include <controller.h>
成员变量 | ||
| xwu32_t | baudrate | |
| union { | ||
| struct { | ||
| xwu32_t mode:8 | ||
| xwu32_t chksum:1 | ||
| xwu32_t reserved:23 | ||
| } bit | ||
| xwu32_t u32 | ||
| } | attr | |
| void * | xwccfg | |
LIN控制器配置
在文件 controller.h 第 76 行定义.
| union { ... } xwds_lin_cfg::attr |
| xwu32_t xwds_lin_cfg::baudrate |
波特率
在文件 controller.h 第 77 行定义.
| struct { ... } xwds_lin_cfg::bit |
| xwu32_t xwds_lin_cfg::chksum |
校验方式
在文件 controller.h 第 81 行定义.
| xwu32_t xwds_lin_cfg::mode |
模式
在文件 controller.h 第 80 行定义.
| xwu32_t xwds_lin_cfg::reserved |
在文件 controller.h 第 82 行定义.
| xwu32_t xwds_lin_cfg::u32 |
在文件 controller.h 第 84 行定义.
| void* xwds_lin_cfg::xwccfg |
SOC芯片私有配置
在文件 controller.h 第 86 行定义.