/** * * @defgroup nrfx_qspi_config QSPI peripheral driver configuration * @{ * @ingroup nrfx_qspi */ /** @brief Enable QSPI driver. * * Set to 1 to activate. * * @note This is an NRF_CONFIG macro. */ #define NRFX_QSPI_ENABLED /** @brief Interrupt priority * * Following options are available: * - 0 - 0 (highest) * - 1 - 1 * - 2 - 2 * - 3 - 3 * - 4 - 4 * - 5 - 5 * - 6 - 6 * - 7 - 7 * * @note This is an NRF_CONFIG macro. */ #define NRFX_QSPI_CONFIG_IRQ_PRIORITY /** @} */