Lines Matching +full:rx +full:- +full:mask
3 * SPDX-License-Identifier: Apache-2.0
10 * The whole GECKO_pin configuration information is encoded in a 32-bit bitfield
13 * - 31..24: Pin function.
14 * - 23..16: Reserved.
15 * - 15..8: Port for UART_RX/UART_TX functions.
16 * - 7..0: Pin number for UART_RX/UART_TX functions.
17 * - 15..8: Reserved for UART_LOC function.
18 * - 7..0: Loc for UART_LOC function.
28 /** Mask for the function field. */
33 /** Mask for the pin field. */
38 /** Mask for the port field. */
43 /** Mask for the pin field. */
55 /** UART RX */
61 /** UART RX LOCATION */