Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_gpio.c220 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read_and_clear() local
225 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
228 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
229 nrf_gpio_regw_sideeffects_LATCH(gpio_number_from_ptr(gpio_regs[i])); in nrf_gpio_latches_read_and_clear()