1 Star 0 Fork 5.1K

hzcc / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WifiIotUartExtraAttr.md 7.46 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

WifiIotUartExtraAttr

Overview

Related Modules:

Wifiiot

Description:

Defines the extended attributes of a UART device.

Summary

Data Fields

Variable Name

Description

txFifoLine

WifiIotUartFifoLine 

rxFifoLine

WifiIotUartFifoLine 

flowFifoLine

WifiIotUartFifoLine 

txBlock

WifiIotUartBlockState 

rxBlock

WifiIotUartBlockState 

txBufSize

unsigned short 

rxBufSize

unsigned short 

txUseDma

WifiIotUartDmaState 

rxUseDma

WifiIotUartDmaState 

Details

Field Documentation

flowFifoLine

[WifiIotUartFifoLine](Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::flowFifoLine

Description:

FIFO interrupt threshold for flow control

rxBlock

[WifiIotUartBlockState](Wifiiot.md#ga93f35a58dc54e29d4892d1e94179c72d) WifiIotUartExtraAttr::rxBlock

Description:

Rx block state

rxBufSize

unsigned short WifiIotUartExtraAttr::rxBufSize

Description:

Rx buffer size

rxFifoLine

[WifiIotUartFifoLine](Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::rxFifoLine

Description:

Rx FIFO interrupt threshold

rxUseDma

[WifiIotUartDmaState](Wifiiot.md#gaf36ed6a640d85e79dfee020131e0d86f) WifiIotUartExtraAttr::rxUseDma

Description:

Whether DMA is used to receive data

txBlock

[WifiIotUartBlockState](Wifiiot.md#ga93f35a58dc54e29d4892d1e94179c72d) WifiIotUartExtraAttr::txBlock

Description:

Tx block state

txBufSize

unsigned short WifiIotUartExtraAttr::txBufSize

Description:

Tx buffer size

txFifoLine

[WifiIotUartFifoLine](Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::txFifoLine

Description:

Tx FIFO interrupt threshold

txUseDma

[WifiIotUartDmaState](Wifiiot.md#gaf36ed6a640d85e79dfee020131e0d86f) WifiIotUartExtraAttr::txUseDma

Description:

Whether DMA is used to send data

1
https://gitee.com/hwang_zc/docs.git
git@gitee.com:hwang_zc/docs.git
hwang_zc
docs
docs
master

搜索帮助