The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_I2S_STM32_TX_BLOCK_COUNT

TX queue length

Type: int

Direct dependencies

I2S_STM32 && I2S

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At drivers/i2s/Kconfig.stm32:20

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:42drivers/i2s/Kconfig:28

Menu path: (Top) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver

config I2S_STM32_TX_BLOCK_COUNT
    int "TX queue length"
    default 4
    depends on I2S_STM32 && I2S

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