Lines Matching +full:nrf +full:- +full:twis
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).
25 * @name nRF pin configuration bit field positions and masks.
65 * @name nRF pinctrl pin functions.
165 /** TWIS SCL */
167 /** TWIS SDA */
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. */
214 * @name nRF pinctrl low power mode.
226 * @name nRF pinctrl helpers to indicate disconnected pins.
236 * @brief Utility macro to build nRF psels property entry.
247 * @brief Utility macro to build nRF psels property entry when a pin is disconnected.