Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pcf857x.c92 uint16_t input_port_last_temp = drv_data->input_port_last; in pcf857x_work_handler() local
99 if (input_port_last_temp != (uint16_t)changed_pins && !rc) { in pcf857x_work_handler()
102 changed_pins ^= input_port_last_temp; in pcf857x_work_handler()