Home
last modified time | relevance | path

Searched refs:port_no (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c53 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 …]
Dgpio_pca_series.c144 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,