Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_pcf8574.c19 uint8_t outputs_state; member
174 tx_buf = (drv_data->pins_cfg.outputs_state & ~mask); in pcf8574_port_set_raw()
186 drv_data->pins_cfg.outputs_state = tx_buf; in pcf8574_port_set_raw()
208 uint8_t temp_pins = drv_data->pins_cfg.outputs_state; in pcf8574_pin_configure()
232 drv_data->pins_cfg.outputs_state = temp_pins; in pcf8574_pin_configure()