Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c253 uint32_t * p_masks) in nrf_gpio_latches_read_and_clear() argument
260 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
263 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
266 p_masks++; in nrf_gpio_latches_read_and_clear()