:orphan: .. title:: CONFIG_I2C_ESP32_0_TX_LSB_FIRST .. kconfig:: CONFIG_I2C_ESP32_0_TX_LSB_FIRST CONFIG_I2C_ESP32_0_TX_LSB_FIRST ############################### *Port 0 Transmit LSB first* Type: ``bool`` Direct dependencies =================== \ :kconfig:`I2C_0 ` && \ :kconfig:`I2C_ESP32 ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2c/Kconfig.esp32:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:30`` Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C .. code-block:: kconfig config I2C_ESP32_0_TX_LSB_FIRST bool "Port 0 Transmit LSB first" depends on I2C_0 && I2C_ESP32 && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*