CONFIG_UART_WIDE_DATA¶
Enable API to support data longer than 8-bit
Type: bool
Help¶
This enables the API to process data longer than 8-bit.
This is up to the driver to implement the necessary functions
to properly support this.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig:93
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_WIDE_DATA
bool "Enable API to support data longer than 8-bit"
depends on SERIAL
help
This enables the API to process data longer than 8-bit.
This is up to the driver to implement the necessary functions
to properly support this.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)