Home
last modified time | relevance | path

Searched refs:GPIO_T (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_numaker.c40 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_configure()
108 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_get_raw()
119 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_set_masked_raw()
129 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_set_bits_raw()
140 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_clear_bits_raw()
151 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_port_toggle_bits()
163 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_pin_interrupt_configure()
215 GPIO_T *gpio_base = (GPIO_T *)config->reg; in gpio_numaker_isr()
Dgpio_numicro.c31 GPIO_T *regs;
53 GPIO_T * const regs = cfg->regs; in gpio_numicro_configure()
268 .regs = (GPIO_T *)DT_INST_REG_ADDR(n), \
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_numaker.c25 GPIO_T *port; in gpio_configure()
27 port = (GPIO_T *)(GPA_BASE + port_idx * GPIO_SIZE); in gpio_configure()
Dpinctrl_numicro.c55 GPIO_T *port; in gpio_configure()
65 port = (GPIO_T *)gpio_port_addrs[port_idx]; in gpio_configure()