:orphan: .. title:: SPI_3_NRF_RX_DELAY .. option:: CONFIG_SPI_3_NRF_RX_DELAY *SPIM3 MISO sampling delay* Type: ``int`` Help ==== Number of 64 MHz clock cycles (15.625 ns) delay from the sampling edge of SCK (leading or trailing, depending on the CPHA setting used) until the input serial data on MISO is actually sampled. Direct dependencies =================== \ :option:`SPI_3_NRF_SPIM ` && (\ :option:`SOC_NRF52833 ` || \ :option:`SOC_NRF52840 `) && \ :option:`SPI_NRFX ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.nrfx:157`` 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_3_NRF_RX_DELAY int "SPIM3 MISO sampling delay" range 0 7 default 2 depends on \ :option:`SPI_3_NRF_SPIM ` && (\ :option:`SOC_NRF52833 ` || \ :option:`SOC_NRF52840 `) && \ :option:`SPI_NRFX ` && \ :option:`SPI ` help Number of 64 MHz clock cycles (15.625 ns) delay from the sampling edge of SCK (leading or trailing, depending on the CPHA setting used) until the input serial data on MISO is actually sampled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*