Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1462 static bool latch_pending_read_and_check(uint32_t * latch, uint32_t available_gpio_ports) in latch_pending_read_and_check() argument
1468 nrfy_gpio_latches_read_and_clear(port_idx, 1, &latch[port_idx]); in latch_pending_read_and_check()
1470 if (latch[port_idx]) in latch_pending_read_and_check()
1484 uint32_t latch[GPIO_COUNT] = {0}; in port_event_handle() local
1486 latch_pending_read_and_check(latch, p_cb->available_gpio_ports); in port_event_handle()
1493 while (latch[i]) in port_event_handle()
1495 uint32_t pin = NRF_CTZ(latch[i]); in port_event_handle()
1503 nrf_bitmask_bit_clear(pin, &latch[i]); in port_event_handle()
1521 } while (latch_pending_read_and_check(latch, p_cb->available_gpio_ports)); in port_event_handle()
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h214 bool latch, in nrfy_saadc_buffer_set() argument
219 if (latch) in nrfy_saadc_buffer_set()