CONFIG_SPI_4_NRF_RX_DELAY
SPIM4 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
SPI_4_NRF_SPIM
&& SOC_NRF5340_CPUAPP
&& SPI_NRFX
&& SPI
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <Zephyr>/drivers/spi/Kconfig.nrfx:186
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:76
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_4_NRF_RX_DELAY
int "SPIM4 MISO sampling delay"
range 0 7
default 2
depends on SPI_4_NRF_SPIM && SOC_NRF5340_CPUAPP && 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.)