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