Lines Matching +full:pull +full:- +full:down
4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h>
17 uint8_t bank:5; /* bank number 0 - 18 */
18 uint8_t shift:5; /* bit shift 0 - 28 */
22 /** Pull-up, pull-down, or bias disable is requested */
24 /** Performs on/off control of the pull resistors */
26 /** Select pull-up resistor if set pull-down otherwise */
37 /** Type for R-Car pin. */
49 /* Offsets are defined in dt-bindings pinctrl-rcar-common.h */
115 uint32_t puen; /** Pull-enable or pull-up control register */
116 uint32_t pud; /** Pull-up/down or pull-down control register */