-
CONFIG_SPI_1_NRF_ORC
¶
Over-read Character
Type: hex
Help¶
Over-read character. Character clocked out after an over-read of the transmit buffer.
Direct dependencies¶
(SPI_1_NRF_SPI
|| SPI_1_NRF_SPIM
|| SPI_1_NRF_SPIS
) && SPI_1
&& !I2C_1
&& SPI_NRFX
&& SPI
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0xff if (
SPI_1_NRF_SPI
||SPI_1_NRF_SPIM
||SPI_1_NRF_SPIS
) &&SPI_1
&& !I2C_1
&&SPI_NRFX
&&SPI
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:164
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_1_NRF_ORC hex prompt "Over-read Character" if (SPI_1_NRF_SPI
||SPI_1_NRF_SPIM
||SPI_1_NRF_SPIS
) &&SPI_1
&& !I2C_1
&&SPI_NRFX
&&SPI
range 0x00 0xff if (SPI_1_NRF_SPI
||SPI_1_NRF_SPIM
||SPI_1_NRF_SPIS
) &&SPI_1
&& !I2C_1
&&SPI_NRFX
&&SPI
default 0xff if (SPI_1_NRF_SPI
||SPI_1_NRF_SPIM
||SPI_1_NRF_SPIS
) &&SPI_1
&& !I2C_1
&&SPI_NRFX
&&SPI
depends on (SPI_1_NRF_SPI
||SPI_1_NRF_SPIM
||SPI_1_NRF_SPIS
) &&SPI_1
&& !I2C_1
&&SPI_NRFX
&&SPI
help Over-read character. Character clocked out after an over-read of the transmit buffer.
(Definitions include propagated dependencies, including from if’s and menus.)