:orphan: .. title:: SPI_0_NRF_ORC .. option:: CONFIG_SPI_0_NRF_ORC *SPI Port 0 over-read character* Type: ``hex`` Help ==== Over-read character. Character clocked out after an over-read of the transmit buffer. Direct dependencies =================== (\ :option:`SPI_0_NRF_SPI ` || \ :option:`SPI_0_NRF_SPIM ` || \ :option:`SPI_0_NRF_SPIS `) && \ :option:`SPI_NRFX ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xff Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.nrfx:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:212`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. parsed-literal:: config SPI_0_NRF_ORC hex "SPI Port 0 over-read character" range 0x00 0xff default 0xff depends on (\ :option:`SPI_0_NRF_SPI ` || \ :option:`SPI_0_NRF_SPIM ` || \ :option:`SPI_0_NRF_SPIS `) && \ :option:`SPI_NRFX ` && \ :option:`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.)*