#include <softperipheral/sQSPI/include/nrf_sqspi.h>
Modes of the timing synchronization of sampling the input signal.
| Enumerator |
|---|
| NRF_SQSPI_SAMPLE_SYNC_SCK | Input signal sampling is synchronized with the SCK line (default)
|
| NRF_SQSPI_SAMPLE_SYNC_DELAY | Input signal is sampled configured number of clock cycles after the SCK line edge Used to compensate for the clock signal propagation latency.
|
| NRF_SQSPI_SAMPLE_SYNC_CLK_IN | Input signal sampling is synchronized with a clock input signal Clock input is generated by the target device or it is an SCK loop with signal propagation properties close to the data lines. This is used to compensate the clock signal propagation latency.
|