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

CONFIG_I2C_ESP32_0_RX_LSB_FIRST

Port 0 Receive LSB first

Type: bool

Direct dependencies

I2C_0 && I2C_ESP32 && I2C

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/i2c/Kconfig.esp32:30

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:42drivers/i2c/Kconfig:30

Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C

config I2C_ESP32_0_RX_LSB_FIRST
    bool "Port 0 Receive LSB first"
    depends on I2C_0 && I2C_ESP32 && I2C

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)