Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_pcf8574.c82 uint8_t input_port_last_temp = drv_data->input_port_last; in pcf8574_work_handler() local
89 if (input_port_last_temp != (uint8_t)changed_pins && !rc) { in pcf8574_work_handler()
92 changed_pins ^= input_port_last_temp; in pcf8574_work_handler()