The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_ESP32_1_RX_LSB_FIRST

Port 1 Receive LSB first

Type: bool

Direct dependencies

I2C_1 && I2C_ESP32 && I2C

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/i2c/Kconfig.esp32:57

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:22

Menu path: (top menu) → Device Drivers → I2C Drivers → ESP32 I2C

config I2C_ESP32_1_RX_LSB_FIRST
    bool
    prompt "Port 1 Receive LSB first" if I2C_1 && I2C_ESP32 && I2C
    depends on I2C_1 && I2C_ESP32 && I2C

(Definitions include propagated dependencies, including from if’s and menus.)