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

◆ skip_pmux_cfg

bool nrf_sqspi_cfg_t::skip_pmux_cfg

Skip pin multiplexing configuration.

When set to true, the driver does not modify PSEL (pin selection) or CTRLSEL registers in the QSPI handling peripheral or GPIO. Those registers are supposed to be set up externally before the driver is initialized. When set to false, the driver configures the PSEL registers in the QSPI-handling peripheral or the CTRLSEL regisers in the GPIO peripheral, whichever is relevant for the SoC.

Note
When both GPIO configuration and pin selection are to be skipped, the structure fields that specify pins can be omitted, as they are ignored anyway.