Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c194 uint32_t available_gpio_ports; member
238 .available_gpio_ports = NRFX_CONCAT_3(periph_name, idx, _AVAILABLE_GPIO_PORTS), \
1462 static bool latch_pending_read_and_check(uint32_t * latch, uint32_t available_gpio_ports) in latch_pending_read_and_check() argument
1466 if (nrf_bitmask_bit_is_set(port_index[port_idx], &available_gpio_ports)) in latch_pending_read_and_check()
1486 latch_pending_read_and_check(latch, p_cb->available_gpio_ports); in port_event_handle()
1491 if (nrf_bitmask_bit_is_set(port_index[i], &p_cb->available_gpio_ports)) in port_event_handle()
1521 } while (latch_pending_read_and_check(latch, p_cb->available_gpio_ports)); in port_event_handle()
1528 uint32_t available_gpio_ports) in input_read_and_check() argument
1536 if (nrf_bitmask_bit_is_set(port_index[port_idx], &available_gpio_ports)) in input_read_and_check()
1569 if (nrf_bitmask_bit_is_set(port_index[port_idx], &p_cb->available_gpio_ports)) in port_event_handle()
[all …]