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 第 154 行定义.
xwu32_t xwds_uart_cfg::baudrate |
波特率
在文件 controller.h 第 155 行定义.
xwu8_t xwds_uart_cfg::bits |
字长
在文件 controller.h 第 157 行定义.
struct { ... } xwds_uart_cfg::bus |
xwu8_t xwds_uart_cfg::hfc |
硬件流控
在文件 controller.h 第 160 行定义.
xwu8_t xwds_uart_cfg::mode |
模式
在文件 controller.h 第 161 行定义.
xwu8_t xwds_uart_cfg::parity |
奇偶校验
在文件 controller.h 第 159 行定义.
void* xwds_uart_cfg::soccfg |
SOC私有配置
在文件 controller.h 第 163 行定义.
xwu8_t xwds_uart_cfg::stopbits |
停止位长度
在文件 controller.h 第 158 行定义.