CONFIG_SPI_0_NRF_DEF

Default Character

Type: hex

Help

Default character. Character clocked out when the slave was not provided with buffers and is ignoring the transaction.

Direct dependencies

SPI_0_NRF_SPIS && SPI_0 && (!I2C_0 || SOC_NRF52810) && SPI_NRFX && SPI

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

Defaults

Kconfig definition

At drivers/spi/Kconfig.nrfx:95

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38drivers/spi/Kconfig:269

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

config SPI_0_NRF_DEF
    hex
    prompt "Default Character" if SPI_0_NRF_SPIS && SPI_0 && (!I2C_0 || SOC_NRF52810) && SPI_NRFX && SPI
    range 0x00 0xff if SPI_0_NRF_SPIS && SPI_0 && (!I2C_0 || SOC_NRF52810) && SPI_NRFX && SPI
    default 0xff if SPI_0_NRF_SPIS && SPI_0 && (!I2C_0 || SOC_NRF52810) && SPI_NRFX && SPI
    depends on SPI_0_NRF_SPIS && SPI_0 && (!I2C_0 || SOC_NRF52810) && SPI_NRFX && SPI
    help
      Default character. Character clocked out when the slave was not
      provided with buffers and is ignoring the transaction.

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