Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h308 uint32_t * p_masks) in nrfy_gpio_ports_read() argument
311 nrf_gpio_ports_read(start_port, length, p_masks); in nrfy_gpio_ports_read()
319 uint32_t * p_masks) in nrfy_gpio_latches_read() argument
322 nrf_gpio_latches_read(start_port, length, p_masks); in nrfy_gpio_latches_read()
329 uint32_t * p_masks) in nrfy_gpio_latches_read_and_clear() argument
332 nrf_gpio_latches_read_and_clear(start_port, length, p_masks); in nrfy_gpio_latches_read_and_clear()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h713 uint32_t * p_masks);
837 uint32_t * p_masks);
850 uint32_t * p_masks);
1334 uint32_t * p_masks) in nrf_gpio_ports_read() argument
1343 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()
1344 p_masks++; in nrf_gpio_ports_read()
1422 uint32_t * p_masks) in nrf_gpio_latches_read() argument
1429 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()
1430 p_masks++; in nrf_gpio_latches_read()
1436 uint32_t * p_masks) in nrf_gpio_latches_read_and_clear() argument
[all …]