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

  1. [WifiIotUartFifoLine]($api-api-LinkIoT-Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::flowFifoLine

Description:

FIFO interrupt threshold for flow control

rxBlock

  1. [WifiIotUartBlockState]($api-api-LinkIoT-Wifiiot.md#ga93f35a58dc54e29d4892d1e94179c72d) WifiIotUartExtraAttr::rxBlock

Description:

Rx block state

rxBufSize

  1. unsigned short WifiIotUartExtraAttr::rxBufSize

Description:

Rx buffer size

rxFifoLine

  1. [WifiIotUartFifoLine]($api-api-LinkIoT-Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::rxFifoLine

Description:

Rx FIFO interrupt threshold

rxUseDma

  1. [WifiIotUartDmaState]($api-api-LinkIoT-Wifiiot.md#gaf36ed6a640d85e79dfee020131e0d86f) WifiIotUartExtraAttr::rxUseDma

Description:

Whether DMA is used to receive data

txBlock

  1. [WifiIotUartBlockState]($api-api-LinkIoT-Wifiiot.md#ga93f35a58dc54e29d4892d1e94179c72d) WifiIotUartExtraAttr::txBlock

Description:

Tx block state

txBufSize

  1. unsigned short WifiIotUartExtraAttr::txBufSize

Description:

Tx buffer size

txFifoLine

  1. [WifiIotUartFifoLine]($api-api-LinkIoT-Wifiiot.md#ga1c15f86994b472d35bee5d6b57d42a49) WifiIotUartExtraAttr::txFifoLine

Description:

Tx FIFO interrupt threshold

txUseDma

  1. [WifiIotUartDmaState]($api-api-LinkIoT-Wifiiot.md#gaf36ed6a640d85e79dfee020131e0d86f) WifiIotUartExtraAttr::txUseDma

Description:

Whether DMA is used to send data