-
CONFIG_UART_2_NRF_TX_BUFFER_SIZE
¶
Size of RAM buffer
Type: int
Help¶
Size of the transmit buffer for API function: fifo_fill. This value is limited by range of TXD.MAXCNT register for particular SoC.
Direct dependencies¶
UART_2_NRF_UARTE
&& UART_NRFX
&& SERIAL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 32 if
UART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
Kconfig definition¶
At drivers/serial/Kconfig.nrfx:199
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:93
Menu path: (top menu) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_2_NRF_TX_BUFFER_SIZE int prompt "Size of RAM buffer" ifUART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
range 1 65535 ifUART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
default 32 ifUART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
depends onUART_2_NRF_UARTE
&&UART_NRFX
&&SERIAL
help Size of the transmit buffer for API function: fifo_fill. This value is limited by range of TXD.MAXCNT register for particular SoC.
(Definitions include propagated dependencies, including from if’s and menus.)