Searched refs:new_input (Results 1 – 1 of 1) sorted by relevance
1531 uint32_t new_input[GPIO_COUNT]; in input_read_and_check() local1538 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()