UartAttribute
Overview
Related Modules:
Description:
Defines basic attributes of the UART port.
You can configure the attributes via UartSetAttribute. If the parameters are not set, default attributes are used.
Since:
1.0
Summary
Data Fields
dataBits: 4 |
|
parity: 4 |
|
stopBits: 4 |
|
rts: 1 |
|
cts: 1 |
|
fifoRxEn: 1 |
|
fifoTxEn: 1 |
|
reserved: 16 |
Details
Field Documentation
cts
unsigned int UartAttribute::cts
dataBits
unsigned int UartAttribute::dataBits
fifoRxEn
unsigned int UartAttribute::fifoRxEn
fifoTxEn
unsigned int UartAttribute::fifoTxEn
parity
unsigned int UartAttribute::parity
reserved
unsigned int UartAttribute::reserved
Description:
Reserved bits
rts
unsigned int UartAttribute::rts
stopBits
unsigned int UartAttribute::stopBits