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

Kconfig definitions

At boards/arm/reel_board/Kconfig.defconfig:98

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config SPI_3_NRF_RX_DELAY
    int
    default 1 if SPI_3 && SPI && BOARD_REEL_BOARD
    depends on SPI_3 && SPI && BOARD_REEL_BOARD

At drivers/spi/Kconfig.nrfx:321

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38drivers/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" if SPI_3_NRF_SPIM && SPI_3 && SPI_NRFX && SPI
    range 0 7 if SPI_3_NRF_SPIM && SPI_3 && SPI_NRFX && SPI
    default 0 if SPI_3_NRF_SPIM && SPI_3 && SPI_NRFX && SPI
    depends on SPI_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.)