-
CONFIG_UART_2_NRF_FLOW_CONTROL
¶
Enable flow control
Type: bool
Help¶
Enable flow control. If selected, additionally two pins, RTS and CTS have to be configured.
Direct dependencies¶
UART_2_NRF_UARTE
&& UART_NRFX
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.nrfx:210
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:93
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers → nRF UARTE 2
config UART_2_NRF_FLOW_CONTROL bool "Enable flow control" depends onUART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
help Enable flow control. If selected, additionally two pins, RTS and CTS have to be configured.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)