Searched refs:p_masks (Results 1 – 2 of 2) sorted by relevance
308 uint32_t * p_masks) in nrfy_gpio_ports_read() argument311 nrf_gpio_ports_read(start_port, length, p_masks); in nrfy_gpio_ports_read()319 uint32_t * p_masks) in nrfy_gpio_latches_read() argument322 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() argument332 nrf_gpio_latches_read_and_clear(start_port, length, p_masks); in nrfy_gpio_latches_read_and_clear()
713 uint32_t * p_masks);837 uint32_t * p_masks);850 uint32_t * p_masks);1334 uint32_t * p_masks) in nrf_gpio_ports_read() argument1343 *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() argument1429 *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 …]