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

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.h154 行定义.

结构体成员变量说明

◆ baudrate

xwu32_t xwds_uart_cfg::baudrate

波特率

在文件 controller.h155 行定义.

◆ bits

xwu8_t xwds_uart_cfg::bits

字长

在文件 controller.h157 行定义.

◆ [struct]

struct { ... } xwds_uart_cfg::bus

◆ hfc

xwu8_t xwds_uart_cfg::hfc

硬件流控

在文件 controller.h160 行定义.

◆ mode

xwu8_t xwds_uart_cfg::mode

模式

在文件 controller.h161 行定义.

◆ parity

xwu8_t xwds_uart_cfg::parity

奇偶校验

在文件 controller.h159 行定义.

◆ soccfg

void* xwds_uart_cfg::soccfg

SOC私有配置

在文件 controller.h163 行定义.

◆ stopbits

xwu8_t xwds_uart_cfg::stopbits

停止位长度

在文件 controller.h158 行定义.


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