Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pca953x.c89 uint8_t input_states; in update_input() local
92 rc = i2c_reg_read_byte_dt(&cfg->i2c, PCA953X_INPUT_PORT, &input_states); in update_input()
95 drv_data->pin_state.input = input_states; in update_input()