![]() |
nrfxlib API 3.3.99
|
QSPI device configuration structure. More...
#include <nrf_sqspi.h>
Data Fields | ||
| uint32_t | csn_pin | |
| CSN pin connected to the device being configured. | ||
| uint32_t | sck_freq_khz | |
| SCK clock frequency in kHz. | ||
| nrf_sqspi_proto_t | protocol | |
| Serial protocol for this device. | ||
| nrf_sqspi_sample_sync_t | sample_sync | |
| Synchronization of the input signal sampling. | ||
| uint16_t | sample_delay_cyc | |
| union { | ||
| struct { | ||
| nrf_sqspi_spi_cpolpha_t spi_cpolpha | ||
| Clock line polarization and phase. More... | ||
| nrf_sqspi_spi_lines_t mspi_lines | ||
| nrf_sqspi_spi_ddr_t mspi_ddr | ||
| bool spi_clk_stretch | ||
| nrf_sqspi_spi_xip_cfg_t xip_cfg | ||
| Configuration of the memory-mapped accesses. More... | ||
| } | ||
| struct { | ||
| char ssp_dummy_field | ||
| Dummy field to make the union non-empty. More... | ||
| } | ||
| struct { | ||
| char mw_dummy_field | ||
| Dummy field to make the union non-empty. More... | ||
| } | ||
| }; | ||
QSPI device configuration structure.