# UartAttribute - [Overview](#section731235949165636) - [Summary](#section532115424165636) - [Data Fields](#pub-attribs) - [Details](#section1595673192165636) - [Field](#section62349060165636) - [cts](#a8c2ec715ce735b87619440004a5816f3) - [dataBits](#a884f85f5c82f063596a52f43c12af1a8) - [fifoRxEn](#a171de31a6414563a1b8ca13c6209e52a) - [fifoTxEn](#a12cd3afb4dfbc5ed70578e0fcee0700d) - [parity](#abc4eefd31616175d469bc41d24b5b37b) - [reserved](#a415c8237e3a34dfe812e6c6cc7a7a1fa) - [rts](#a5ebfed49568aa4717b72d89084a13f3a) - [stopBits](#a29782a670eaf734ed02955eff0cdd4b9) ## **Overview** **Related Modules:** [UART](UART.md) **Description:** Defines basic attributes of the UART port. You can configure the attributes via [UartSetAttribute](UART.md#ga76281a15464395451fc9844e717e0e10). If the parameters are not set, default attributes are used. Attention : The UART controller determines which UART attribute parameters are supported. **Since:** 1.0 ## **Summary** ## Data Fields
dataBits: 4 |
|
parity: 4 |
|
stopBits: 4 |
|
rts: 1 |
|
cts: 1 |
|
fifoRxEn: 1 |
|
fifoTxEn: 1 |
|
reserved: 16 |