Home
last modified time | relevance | path

Searched +full:has +full:- +full:pud (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dnxp,pca95xx.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: PCA95xx series I2C-based GPIO expander
8 include: [gpio-controller.yaml, i2c-device.yaml]
11 has-pud:
13 description: Supports pull-up/pull-down
15 has-interrupt-mask-reg:
17 description: Has Interrupt mask register (PCAL95xx)
19 interrupt-gpios:
20 type: phandle-array
21 description: Interrupt GPIO pin (active-low open-drain)
[all …]
/Zephyr-latest/drivers/pinctrl/renesas/rcar/
Dpfc_rcar.c2 * Copyright (c) 2021-2023 IoT.bzh
4 * SPDX-License-Identifier: Apache-2.0
20 /* Gen3 only has one base address, Gen4 has one per GPIO controller */
95 uint16_t reg_offs = PFC_RCAR_IPSR + rcar_func->bank * sizeof(uint32_t); in pfc_rcar_set_ipsr()
98 val &= ~(0xFU << rcar_func->shift); in pfc_rcar_set_ipsr()
99 val |= (rcar_func->func << rcar_func->shift); in pfc_rcar_set_ipsr()
108 while (drive_regs->reg != 0U) { in pfc_rcar_get_drive_reg()
109 for (size_t i = 0U; i < ARRAY_SIZE(drive_regs->fields); i++) { in pfc_rcar_get_drive_reg()
110 if (drive_regs->fields[i].pin == pin) { in pfc_rcar_get_drive_reg()
111 *offset = drive_regs->fields[i].offset; in pfc_rcar_get_drive_reg()
[all …]