Lines Matching +full:rx +full:- +full:buffer +full:- +full:config
4 # SPDX-License-Identifier: Apache-2.0
6 config UART_$(nrfx_uart_num)_INTERRUPT_DRIVEN
14 config UART_$(nrfx_uart_num)_ASYNC
21 config UART_$(nrfx_uart_num)_ENHANCED_POLL_OUT
23 depends on !$(dt_nodelabel_bool_prop,uart$(nrfx_uart_num),endtx-stoptx-supported)
32 config NRFX_UARTE$(nrfx_uart_num)
35 config UART_$(nrfx_uart_num)_NRF_PARITY_BIT
40 config UART_$(nrfx_uart_num)_NRF_TX_BUFFER_SIZE
41 int "Size of RAM buffer"
47 Size of the transmit buffer for API function: fifo_fill.
51 config UART_$(nrfx_uart_num)_NRF_HW_ASYNC
52 bool "[DEPRECATED] Use hardware RX byte counting"
64 Hardware RX byte counting requires timer instance and one PPI channel.
69 config UART_$(nrfx_uart_num)_NRF_ASYNC_LOW_POWER
76 When enabled, UARTE is enabled before each TX or RX usage and disabled
83 config UART_$(nrfx_uart_num)_NRF_HW_ASYNC_TIMER
87 config UART_$(nrfx_uart_num)_HAS_RX_CACHE_SECTION
88 def_bool $(dt_nodelabel_has_prop,uart$(nrfx_uart_num),memory-regions)
92 can be dedicated to an RX cache buffer.
94 config UART_$(nrfx_uart_num)_TX_CACHE_SIZE
95 int "TX cache buffer size"
99 For UARTE, TX cache buffer is used when provided TX buffer is not located
102 config UART_$(nrfx_uart_num)_RX_CACHE_SIZE
103 int "RX cache buffer size"
109 For UARTE, RX cache buffer is used when provided RX buffer is not located
113 config UART_$(nrfx_uart_num)_A2I_RX_SIZE
115 int "Asynchronous to interrupt driven adaptation layer RX buffer size"
119 Amount of space dedicated for RX. It is divided into chunks with some
122 config UART_$(nrfx_uart_num)_A2I_RX_BUF_COUNT
124 int "Asynchronous to interrupt driven adaptation layer RX buffer count"
128 Number of chunks into RX space is divided.