Searched refs:port_no (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_mcux_lpc.c | 53 uint32_t port_no; member 68 uint32_t port = config->port_no; in gpio_mcux_lpc_configure() 115 if (config->port_no == 1) { in gpio_mcux_lpc_configure() 180 *value = gpio_base->PIN[config->port_no]; in gpio_mcux_lpc_port_get_raw() 191 uint32_t port = config->port_no; in gpio_mcux_lpc_port_set_masked_raw() 208 gpio_base->SET[config->port_no] = mask; in gpio_mcux_lpc_port_set_bits_raw() 219 gpio_base->CLR[config->port_no] = mask; in gpio_mcux_lpc_port_clear_bits_raw() 230 gpio_base->NOT[config->port_no] = mask; in gpio_mcux_lpc_port_toggle_bits() 248 gpio_pin = pin - (config->port_no * 32); in gpio_mcux_lpc_pint_cb() 262 uint32_t port = config->port_no; in gpio_mcux_lpc_pint_interrupt_cfg() [all …]
|
| D | gpio_mcux.c | 32 uint32_t port_no; member 47 uint32_t port_no = config->port_no; in gpio_mcux_iopctl_configure() local 110 IOPCTL_PinMuxSet(port_no, pin, pinconfig); in gpio_mcux_iopctl_configure() 506 .port_no = GPIO_PORT_NUMBER(n), \
|
| D | gpio_silabs_siwx91x.c | 309 sl_gpio_port_t port_no = common->interrupts[i].port; in gpio_siwx91x_isr() local 312 if (pending && port_no != INVALID_PORT) { in gpio_siwx91x_isr() 315 port = common->ports[port_no]; in gpio_siwx91x_isr()
|
| D | gpio_pca_series.c | 144 uint8_t port_no; /* number of 8-pin ports on device */ member 276 return gpio_pca_series_reg_size_per_port(dev, reg_type) * cfg->part_cfg->port_no; in gpio_pca_series_reg_size() 416 return cfg->part_cfg->cache_map[reg_type] * cfg->part_cfg->port_no; in gpio_pca_series_reg_cache_offset() 1951 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCA9538, 1973 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCA9554, 2015 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCA9539, 2037 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCA9555, 2130 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCAL6524, 2172 .port_no = GPIO_PCA_PORT_NO_PCA_PART_NO_PCAL6534,
|