Lines Matching +full:default +full:- +full:not +full:- +full:used
4 # SPDX-License-Identifier: Apache-2.0
10 default y
17 default y
23 depends on !$(dt_nodelabel_bool_prop,uart$(nrfx_uart_num),endtx-stoptx-supported)
24 default y
29 When enabled, polling out does not trigger interrupt which stops TX.
45 default 32
61 If default driver uses interrupts to count incoming bytes, it is possible
74 default y if !PM_DEVICE
77 when not used. Disabling UARTE while in idle allows to achieve lowest
78 power consumption. It is only feasible if receiver is not always on.
88 def_bool $(dt_nodelabel_has_prop,uart$(nrfx_uart_num),memory-regions)
97 default 8
99 For UARTE, TX cache buffer is used when provided TX buffer is not located
100 in memory which can be used by the EasyDMA.
105 default 32 if UART_$(nrfx_uart_num)_HAS_RX_CACHE_SECTION
106 default 5
109 For UARTE, RX cache buffer is used when provided RX buffer is not located
110 in memory which can be used by the EasyDMA. It is also used to store
116 default 64 if UART_$(nrfx_uart_num)_INTERRUPT_DRIVEN
117 default 0
120 amount of that space used for control data.
125 default 8 if UART_$(nrfx_uart_num)_INTERRUPT_DRIVEN
126 default 0