nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_sqspi_pins_t Struct Reference

Pins selection for the QSPI peripheral. More...

#include <nrf_sqspi.h>

Data Fields

uint32_t sck
 
uint32_t strobe
 
union { 
 
   struct { 
 
      uint32_t   mosi 
 SPI MOSI line. More...
 
      uint32_t   miso 
 SPI MISO line. More...
 
      uint32_t   spi_reserved [NRFX_MAX(2 - 2, 0)] 
 Set all array elements to NRF_SQSPI_PINS_UNUSED. More...
 
   }  
 
   uint32_t   io [2] 
 protocols like QSPI, Octal-SPI More...
 
   struct { 
 
      uint32_t   data 
 Data line in one-line protocols like Microwire or SSP. More...
 
      uint32_t   one_line_reserved [2 - 1] 
 
   }  
 
};  
 

Detailed Description

Pins selection for the QSPI peripheral.

Pins set to NRF_SQSPI_PINS_UNUSED are not configured and unused by the peripheral.

CSN / SS pins are intentionally missing. They are configured for devices in nrf_sqspi_dev_cfg_t.


The documentation for this struct was generated from the following file: