-
CONFIG_I2S_SAM_SSC_0_PIN_RF_EN
¶
RF pin enabled
Type: bool
Help¶
If enabled RF signal is connected to RF 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 RF signal is disconnected from RF pin and connected internally to TF (Transmitter Frame Synchro signal).
Defaults¶
- “y” if
I2S_SAM_SSC
&&I2S
Kconfig definition¶
At drivers/i2s/Kconfig.sam_ssc:65
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/i2s/Kconfig:29
Menu path: (top menu) → Device Drivers → I2S bus drivers → Atmel SAM MCU family I2S (SSC) Bus Driver
config I2S_SAM_SSC_0_PIN_RF_EN bool prompt "RF pin enabled" ifI2S_SAM_SSC
&&I2S
default "y" ifI2S_SAM_SSC
&&I2S
depends onI2S_SAM_SSC
&&I2S
help If enabled RF signal is connected to RF 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 RF signal is disconnected from RF pin and connected internally to TF (Transmitter Frame Synchro signal).
(Definitions include propagated dependencies, including from if’s and menus.)