-
CONFIG_SPI_2_NRF_SCK_PIN
¶
SCK pin number
Type: int
Help¶
GPIO pin number to use for SCK.
Direct dependencies¶
(SPI_2_NRF_SPI
|| SPI_2_NRF_SPIM
|| SPI_2_NRF_SPIS
) && SPI_2
&& SPI_NRFX
&& SPI
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:230
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:269
Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_2_NRF_SCK_PIN int prompt "SCK pin number" if (SPI_2_NRF_SPI
||SPI_2_NRF_SPIM
||SPI_2_NRF_SPIS
) &&SPI_2
&&SPI_NRFX
&&SPI
range 0 47 ifSOC_NRF52840_QIAA
&& (SPI_2_NRF_SPI
||SPI_2_NRF_SPIM
||SPI_2_NRF_SPIS
) &&SPI_2
&&SPI_NRFX
&&SPI
range 0 31 if (SPI_2_NRF_SPI
||SPI_2_NRF_SPIM
||SPI_2_NRF_SPIS
) &&SPI_2
&&SPI_NRFX
&&SPI
depends on (SPI_2_NRF_SPI
||SPI_2_NRF_SPIM
||SPI_2_NRF_SPIS
) &&SPI_2
&&SPI_NRFX
&&SPI
help GPIO pin number to use for SCK.
(Definitions include propagated dependencies, including from if’s and menus.)