Home
last modified time | relevance | path

Searched defs:gpio_base (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_numaker.c40 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_configure() local
108 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_get_raw() local
119 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_set_masked_raw() local
129 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_set_bits_raw() local
140 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_clear_bits_raw() local
151 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_toggle_bits() local
163 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_pin_interrupt_configure() local
215 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_isr() local
Dgpio_mcux.c23 GPIO_Type *gpio_base; member
39 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_configure() local
130 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_port_get_raw() local
142 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_port_set_masked_raw() local
153 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_port_set_bits_raw() local
164 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_port_clear_bits_raw() local
174 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_port_toggle_bits() local
271 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_pin_interrupt_configure() local
377 GPIO_Type *gpio_base = config->gpio_base; in DT_FOREACH_STATUS_OKAY() local
Dgpio_rv32m1.c25 GPIO_Type *gpio_base; member
80 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_configure() local
166 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_port_get_raw() local
178 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_port_set_masked_raw() local
189 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_port_set_bits_raw() local
200 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_port_clear_bits_raw() local
211 GPIO_Type *gpio_base = config->gpio_base; in gpio_rv32m1_port_toggle_bits() local
Dgpio_mcux_lpc.c42 GPIO_Type *gpio_base; member
67 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_configure() local
178 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_port_get_raw() local
190 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_port_set_masked_raw() local
206 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_port_set_bits_raw() local
217 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_port_clear_bits_raw() local
228 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_port_toggle_bits() local
381 GPIO_Type *gpio_base = config->gpio_base; in gpio_mcux_lpc_pin_interrupt_configure() local
Dgpio_mchp_xec.c250 __IO uint32_t *gpio_base = GPIO_OUT_BASE(config); in gpio_xec_port_set_masked_raw() local
262 __IO uint32_t *gpio_base = GPIO_OUT_BASE(config); in gpio_xec_port_set_bits_raw() local
275 __IO uint32_t *gpio_base = GPIO_OUT_BASE(config); in gpio_xec_port_clear_bits_raw() local
287 __IO uint32_t *gpio_base = GPIO_OUT_BASE(config); in gpio_xec_port_toggle_bits() local
299 __IO uint32_t *gpio_base = GPIO_IN_BASE(config); in gpio_xec_port_get_raw() local
Dgpio_rp1.c69 mem_addr_t gpio_base; member
Dgpio_esp32.c76 gpio_dev_t *const gpio_base; member
Dgpio_b91.c81 uint32_t gpio_base; member
Dgpio_lpc11u6x.c85 uint32_t gpio_base; member
Dgpio_nxp_s32.c56 mem_addr_t gpio_base; member
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_esp32.c79 gpio_dev_t *const gpio_base = (gpio_dev_t *)DT_REG_ADDR(DT_NODELABEL(gpio0)); in esp32_pin_apply_config() local
Dpinctrl_ite_it8xxx2.c359 struct gpio_it8xxx2_regs *const gpio_base = GPIO_IT8XXX2_REG_BASE; local