Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c740 uint32_t new_input[GPIO_COUNT]; in input_read_and_check() local
742 nrf_gpio_ports_read(0, GPIO_COUNT, new_input); in input_read_and_check()
748 uint32_t input_diff = input[port_idx] ^ new_input[port_idx]; in input_read_and_check()
749 input[port_idx] = new_input[port_idx]; in input_read_and_check()

Completed in 5 milliseconds