Searched refs:gpio_regs (Results 1 – 1 of 1) sorted by relevance
1336 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_ports_read() local1343 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()1424 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read() local1429 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()1438 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read_and_clear() local1443 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()1446 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()