-
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¶
- 0xff if
SPI_2_NRF_SPIS
&&SPI_2
&&SPI_NRFX
&&SPI
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:270
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_DEF hex prompt "Default Character" ifSPI_2_NRF_SPIS
&&SPI_2
&&SPI_NRFX
&&SPI
range 0x00 0xff ifSPI_2_NRF_SPIS
&&SPI_2
&&SPI_NRFX
&&SPI
default 0xff ifSPI_2_NRF_SPIS
&&SPI_2
&&SPI_NRFX
&&SPI
depends onSPI_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.)