:orphan: .. title:: SPI_4_NRF_ORC .. option:: CONFIG_SPI_4_NRF_ORC *SPI Port 4 over-read character* Type: ``hex`` Help ==== .. code-block:: none Over-read character. Character clocked out after an over-read of the transmit buffer. Direct dependencies =================== \ :option:`SPI_4_NRF_SPIM ` && \ :option:`SPI_NRFX ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xff Kconfig definition ================== At ``/spi/Kconfig.nrfx:173`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:38`` → ``/spi/Kconfig:58`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. code-block:: kconfig config SPI_4_NRF_ORC hex "SPI Port 4 over-read character" range 0x00 0xff default 0xff depends on SPI_4_NRF_SPIM && SPI_NRFX && SPI help Over-read character. Character clocked out after an over-read of the transmit buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*