Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dpcf8574.c67 uint8_t linestate = pcf8574_line_state(s); in pcf8574_rx() local
68 if (s->lastrq != linestate) { in pcf8574_rx()
69 s->lastrq = linestate; in pcf8574_rx()
74 return linestate; in pcf8574_rx()