Lines Matching +full:enable +full:- +full:output +full:- +full:invert
3 * SPDX-License-Identifier: Apache-2.0
10 * The whole nRF pin configuration information is encoded in a 32-bit bitfield
13 * - 31..24: Pin function.
14 * - 19-23: Reserved.
15 * - 18: Associated peripheral belongs to GD FAST ACTIVE1 (nRF54H only)
16 * - 17: Clockpin enable.
17 * - 16: Pin inversion mode.
18 * - 15: Pin low power mode.
19 * - 14..11: Pin output drive configuration.
20 * - 10..9: Pin pull configuration.
21 * - 8..0: Pin number (combination of port and pin).
37 /** Position of the clockpin enable field. */
39 /** Mask for the clockpin enable field. */
41 /** Position of the invert field. */
43 /** Mask for the invert field. */
173 * @name nRF pinctrl output drive.
199 * @name nRF pinctrl pull-up/down.
204 /** Pull-up disabled. */
206 /** Pull-down enabled. */
208 /** Pull-up enabled. */
220 /** Output. */