The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SPI_NRFX_SPI_MISO_PULL_DOWN

pull down

Type: bool

Help

Enable MISO pin pull down.

Direct dependencies

<choice: nRF SPI MISO pin pull configuration>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/spi/Kconfig.nrfx:270

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:205

Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers → nRF SPI MISO pin pull configuration

config SPI_NRFX_SPI_MISO_PULL_DOWN
    bool
    prompt "pull down" if <choice: nRF SPI MISO pin pull configuration>
    depends on <choice: nRF SPI MISO pin pull configuration>
    help
      Enable MISO pin pull down.

(Definitions include propagated dependencies, including from if’s and menus.)