Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h838 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_ports_read() local
845 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()
856 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read() local
861 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()
870 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read_and_clear() local
875 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
878 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()

Completed in 4 milliseconds