nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ skip_gpio_cfg

bool nrf_sqspi_cfg_t::skip_gpio_cfg

Skip GPIO configuration of pins.

When set to true, the driver does not modify any GPIO parameters of the used pins. Those parameters are supposed to be configured externally before the driver is initialized. When set to false, the driver configures the GPIO parameters of the used pins according to the QSPI requirements defined in the Product Specification. If any additional pin configuration is required, the API user should configure GPIO using nrf_gpio_hal functions after the driver performs its initialization.