-
CONFIG_SPI_3_NRF_RX_DELAY
¶
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_3
&& SPI
&& BOARD_REEL_BOARD
) || (SPI_3_NRF_SPIM
&& SPI_3
&& SPI_NRFX
&& SPI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
SPI_3
&&SPI
&&BOARD_REEL_BOARD
- 0 if
SPI_3_NRF_SPIM
&&SPI_3
&&SPI_NRFX
&&SPI
Kconfig definitions¶
At boards/arm/reel_board/Kconfig.defconfig:98
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config SPI_3_NRF_RX_DELAY int default 1 ifSPI_3
&&SPI
&&BOARD_REEL_BOARD
depends onSPI_3
&&SPI
&&BOARD_REEL_BOARD
At drivers/spi/Kconfig.nrfx:321
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:269
Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_3_NRF_RX_DELAY int prompt "MISO sampling delay" ifSPI_3_NRF_SPIM
&&SPI_3
&&SPI_NRFX
&&SPI
range 0 7 ifSPI_3_NRF_SPIM
&&SPI_3
&&SPI_NRFX
&&SPI
default 0 ifSPI_3_NRF_SPIM
&&SPI_3
&&SPI_NRFX
&&SPI
depends onSPI_3_NRF_SPIM
&&SPI_3
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)