Lines Matching +full:2 +full:- +full:byte
3 # Copyright (c) 2016 - 2018, Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
39 # ----------------- port 0 -----------------
80 bool "Use hardware RX byte counting"
86 It is recommended to use hardware byte counting in such scenarios.
87 Hardware RX byte counting requires timer instance and one PPI channel
113 # ----------------- port 1 -----------------
153 bool "Use hardware RX byte counting"
158 It is recommended to use hardware byte counting in such scenarios.
159 Hardware RX byte counting requires timer instance and one PPI channel
184 # ----------------- port 2 -----------------
188 bool "Interrupt support on port 2"
192 This option enables UART interrupt support on port 2.
195 bool "Asynchronous API support on port 2"
199 This option enables UART Asynchronous API support on port 2.
202 bool "Efficient poll out on port 2"
223 bool "Use hardware RX byte counting"
228 It is recommended to use hardware byte counting in such scenarios.
229 Hardware RX byte counting requires timer instance and one PPI channel
244 bool "GPIO management on port 2"
254 # ----------------- port 3 -----------------
293 bool "Use hardware RX byte counting"
298 It is recommended to use hardware byte counting in such scenarios.
299 Hardware RX byte counting requires timer instance and one PPI channel
341 depends on UART_0_NRF_HW_ASYNC_TIMER = 2 \
342 || UART_1_NRF_HW_ASYNC_TIMER = 2 \
343 || UART_2_NRF_HW_ASYNC_TIMER = 2 \
344 || UART_3_NRF_HW_ASYNC_TIMER = 2