CONFIG_SPI_2_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_2_NRF_SPI || SPI_2_NRF_SPIM || 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:251

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_ORC
    hex
    prompt "Over-read Character" if (SPI_2_NRF_SPI || SPI_2_NRF_SPIM || SPI_2_NRF_SPIS) && SPI_2 && SPI_NRFX && SPI
    range 0x00 0xff if (SPI_2_NRF_SPI || SPI_2_NRF_SPIM || SPI_2_NRF_SPIS) && SPI_2 && SPI_NRFX && SPI
    default 0xff if (SPI_2_NRF_SPI || SPI_2_NRF_SPIM || SPI_2_NRF_SPIS) && SPI_2 && SPI_NRFX && SPI
    depends on (SPI_2_NRF_SPI || SPI_2_NRF_SPIM || SPI_2_NRF_SPIS) && SPI_2 && 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.)