Lines Matching +full:drive +full:- +full:mode
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).
49 /** Position of the drive configuration field. */
51 /** Mask for the drive configuration field. */
95 /** I2S SCK in master mode */
97 /** I2S SCK in slave mode */
99 /** I2S LRCK in master mode */
101 /** I2S LRCK in slave mode */
173 * @name nRF pinctrl output drive.
179 /** High drive '0', standard '1'. */
181 /** Standard '0', high drive '1'. */
183 /** High drive '0', high drive '1'. */
187 /** Disconnect '0', high drive '1'. */
191 /** High drive '0', disconnect '1'. */
193 /** Extra high drive '0', extra high drive '1'. */
199 * @name nRF pinctrl pull-up/down.
204 /** Pull-up disabled. */
206 /** Pull-down enabled. */
208 /** Pull-up enabled. */
214 * @name nRF pinctrl low power mode.