|
XWOS API
4.0
XWOS C/C++ API参考手册
|
UART配置 更多...
#include <controller.h>
成员变量 | ||
| xwu32_t | baudrate | |
| struct { | ||
| xwu8_t bits | ||
| xwu8_t stopbits | ||
| xwu8_t parity | ||
| xwu8_t hfc | ||
| xwu8_t mode | ||
| } | bus | |
| void * | soccfg | |
UART配置
在文件 controller.h 第 165 行定义.
| xwu32_t xwds_uart_cfg::baudrate |
波特率
在文件 controller.h 第 166 行定义.
| xwu8_t xwds_uart_cfg::bits |
字长
在文件 controller.h 第 168 行定义.
| xwu8_t xwds_uart_cfg::stopbits |
停止位长度
在文件 controller.h 第 169 行定义.
| xwu8_t xwds_uart_cfg::parity |
奇偶校验
在文件 controller.h 第 170 行定义.
| xwu8_t xwds_uart_cfg::hfc |
硬件流控
在文件 controller.h 第 171 行定义.
| xwu8_t xwds_uart_cfg::mode |
模式
在文件 controller.h 第 172 行定义.
| struct { ... } xwds_uart_cfg::bus |
| void* xwds_uart_cfg::soccfg |
SOC私有配置
在文件 controller.h 第 174 行定义.