-
CONFIG_I2S_SAM_SSC_0_PIN_RK_EN
¶
RK pin enabled
Type: bool
Help¶
If enabled RK signal is connected to RK pin. It will be configured as an output or an input depending on whether the receiver is working in master or slave mode.
If disabled RK signal is disconnected from RK pin and connected internally to TK (Transmitter Clock signal).
Defaults¶
- “y” if
I2S_SAM_SSC
&&I2S
Kconfig definition¶
At drivers/i2s/Kconfig.sam_ssc:76
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:42
→ drivers/i2s/Kconfig:39
Menu path: (top menu) → Device Drivers → I2S bus drivers → Atmel SAM MCU family I2S (SSC) Bus Driver
config I2S_SAM_SSC_0_PIN_RK_EN bool prompt "RK pin enabled" ifI2S_SAM_SSC
&&I2S
default "y" ifI2S_SAM_SSC
&&I2S
depends onI2S_SAM_SSC
&&I2S
help If enabled RK signal is connected to RK pin. It will be configured as an output or an input depending on whether the receiver is working in master or slave mode. If disabled RK signal is disconnected from RK pin and connected internally to TK (Transmitter Clock signal).
(Definitions include propagated dependencies, including from if’s and menus.)