CONFIG_SPI_2_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_2_NRF_SPIS && SPI_2 && SPI_NRFX && SPI

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

Defaults

Kconfig definition

At drivers/spi/Kconfig.nrfx:270

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_2_NRF_DEF
    hex
    prompt "Default Character" if SPI_2_NRF_SPIS && SPI_2 && SPI_NRFX && SPI
    range 0x00 0xff if SPI_2_NRF_SPIS && SPI_2 && SPI_NRFX && SPI
    default 0xff if SPI_2_NRF_SPIS && SPI_2 && SPI_NRFX && SPI
    depends on SPI_2_NRF_SPIS && SPI_2 && 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.)