:orphan: .. title:: CONFIG_SPI_3_NRF_RX_DELAY .. kconfig:: CONFIG_SPI_3_NRF_RX_DELAY CONFIG_SPI_3_NRF_RX_DELAY ######################### *SPIM3 MISO sampling delay* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SPI_3_NRF_SPIM ` && (\ :kconfig:`SOC_NRF52833 ` || \ :kconfig:`SOC_NRF52840 `) && \ :kconfig:`SPI_NRFX ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/spi/Kconfig.nrfx:157`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:66`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. code-block:: kconfig config SPI_3_NRF_RX_DELAY int "SPIM3 MISO sampling delay" range 0 7 default 2 depends on SPI_3_NRF_SPIM && (SOC_NRF52833 || SOC_NRF52840) && SPI_NRFX && 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.)*