Lines Matching +full:fifo +full:- +full:enable
2 # SPDX-License-Identifier: Apache-2.0
5 description: STM32 UART-BASE
8 - name: uart-controller.yaml
9 property-blocklist:
10 - clock-frequency
11 - name: pinctrl-device.yaml
12 - name: reset-device.yaml
13 - name: uart-controller-pin-inversion.yaml
28 single-wire:
31 Enable the single wire half-duplex communication.
36 tx-rx-swap:
41 pinctrl-0:
44 pinctrl-names:
47 wakeup-line:
54 Valid range: 0 - 31
56 de-enable:
59 Enable activating an external transeiver through the DE pin which must also be configured
62 de-assert-time:
68 Valid range: 0 - 31
70 de-deassert-time:
76 Valid range: 0 - 31
78 de-invert:
84 fifo-enable:
87 Enables transmit and receive FIFO using default FIFO configuration (typically threshold is
89 In TX, FIFO allows to work in burst mode, easing scheduling of loaded applications. It also
90 allows more reliable communication with UART devices sensitive to variation of inter-frames
92 In RX, FIFO reduces overrun occurrences.