Lines Matching +full:tx +full:- +full:mask
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.
32 Using this mode, TX and RX lines are internally connected and
33 only TX pin is used afterwards and should be configured.
34 RX/TX conflicts must be handled on user side.
36 tx-rx-swap:
39 Swap the TX and RX pins. Used in case of a cross wired connection.
41 pinctrl-0:
44 pinctrl-names:
47 wakeup-line:
50 EXTI line number matching the device wakeup interrupt mask register.
54 Valid range: 0 - 31
56 de-enable:
62 de-assert-time:
68 Valid range: 0 - 31
70 de-deassert-time:
76 Valid range: 0 - 31
78 de-invert:
84 fifo-enable:
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