nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_config_sqspi.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_CONFIG_SQSPI_H__
8#define NRF_CONFIG_SQSPI_H__
9
15#ifndef NRF_SQSPI_ENABLED
16#define NRF_SQSPI_ENABLED 0
17#endif
18
24#ifndef NRF_SQSPI_MAX_NUM_DATA_LINES
25#define NRF_SQSPI_MAX_NUM_DATA_LINES 2
26#endif
27
33#ifndef NRF_SQSPI_TRANSFERS_PER_REQUEST
34#define NRF_SQSPI_TRANSFERS_PER_REQUEST 1
35#endif
36
42#ifndef NRF_SQSPI_DEFAULT_CONFIG_IRQ_PRIORITY
43#define NRF_SQSPI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
44#endif
45
51#ifndef NRF_SQSPI_CONFIG_LOG_ENABLED
52#define NRF_SQSPI_CONFIG_LOG_ENABLED 0
53#endif
54
66#ifndef NRF_SQSPI_CONFIG_LOG_LEVEL
67#define NRF_SQSPI_CONFIG_LOG_LEVEL 3
68#endif
69
70#endif // NRF_CONFIG_SQSPI_H__