Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pcal64xxa.c673 uint8_t value_low; in pcal6416a_pins_cfg_read() local
676 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_SELECT_0, &value_low); in pcal6416a_pins_cfg_read()
686 pins_cfg->pull_ups_selected = value_high << 8 | value_low; in pcal6416a_pins_cfg_read()
688 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_ENABLE_0, &value_low); in pcal6416a_pins_cfg_read()
698 pins_cfg->pulls_enabled = value_high << 8 | value_low; in pcal6416a_pins_cfg_read()
700 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_OUTPUT_PORT_0, &value_low); in pcal6416a_pins_cfg_read()
710 pins_cfg->outputs_high = value_high << 8 | value_low; in pcal6416a_pins_cfg_read()
712 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_CONFIGURATION_0, &value_low); in pcal6416a_pins_cfg_read()
722 pins_cfg->configured_as_inputs = value_high << 8 | value_low; in pcal6416a_pins_cfg_read()
731 uint8_t value_low; in pcal6416a_inputs_read() local
[all …]