-
CONFIG_I2S_STM32_PLLI2S_PLLR
¶
Division factor for I2S clock
Type: int
Help¶
Division factor for the I2S clock. PLLR factor should be selected to ensure that the I2S clock frequency is less than or equal to 192MHz. Allowed values: 2-7
Direct dependencies¶
(I2S
&& BOARD_96B_ARGONKEY
) || (I2S_STM32_USE_PLLI2S_ENABLE
&& I2S_STM32
&& I2S
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 3 if
I2S
&&BOARD_96B_ARGONKEY
- 7 if
I2S_STM32_USE_PLLI2S_ENABLE
&&I2S_STM32
&&I2S
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:64
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config I2S_STM32_PLLI2S_PLLR int default 3 ifI2S
&&BOARD_96B_ARGONKEY
depends onI2S
&&BOARD_96B_ARGONKEY
At drivers/i2s/Kconfig.stm32:55
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/i2s/Kconfig:29
Menu path: (top menu) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver
config I2S_STM32_PLLI2S_PLLR int prompt "Division factor for I2S clock" ifI2S_STM32_USE_PLLI2S_ENABLE
&&I2S_STM32
&&I2S
range 2 7 ifI2S_STM32_USE_PLLI2S_ENABLE
&&I2S_STM32
&&I2S
default 7 ifI2S_STM32_USE_PLLI2S_ENABLE
&&I2S_STM32
&&I2S
depends onI2S_STM32_USE_PLLI2S_ENABLE
&&I2S_STM32
&&I2S
help Division factor for the I2S clock. PLLR factor should be selected to ensure that the I2S clock frequency is less than or equal to 192MHz. Allowed values: 2-7
(Definitions include propagated dependencies, including from if’s and menus.)