Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1531 uint32_t new_input[GPIO_COUNT]; in input_read_and_check() local
1538 nrfy_gpio_ports_read(port_idx, 1, &new_input[port_idx]); in input_read_and_check()
1541 uint32_t input_diff = input[port_idx] ^ new_input[port_idx]; in input_read_and_check()
1542 input[port_idx] = new_input[port_idx]; in input_read_and_check()