1 /**
2  *
3  * @defgroup nrfx_qspi_config QSPI peripheral driver configuration
4  * @{
5  * @ingroup nrfx_qspi
6  */
7 /** @brief Enable QSPI driver.
8  *
9  *  Set to 1 to activate.
10  *
11  * @note This is an NRF_CONFIG macro.
12  */
13 #define NRFX_QSPI_ENABLED
14 
15 /** @brief Interrupt priority
16  *
17  *  Following options are available:
18  * - 0 - 0 (highest)
19  * - 1 - 1
20  * - 2 - 2
21  * - 3 - 3
22  * - 4 - 4
23  * - 5 - 5
24  * - 6 - 6
25  * - 7 - 7
26  *
27  * @note This is an NRF_CONFIG macro.
28  */
29 #define NRFX_QSPI_CONFIG_IRQ_PRIORITY
30 
31 
32 /** @} */
33