1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef QSPI_IP_CFG_DEFINES_H
8 #define QSPI_IP_CFG_DEFINES_H
9 
10 /**
11 *   @file Qspi_Ip_CfgDefines.h
12 *
13 *   @addtogroup FLS
14 *   @{
15 */
16 
17 /* implements Qspi_Ip_CfgDefines.h_Artifact */
18 
19 #ifdef __cplusplus
20 extern "C"{
21 #endif
22 
23 
24 /*==================================================================================================
25 *                                        INCLUDE FILES
26 * 1) system and project includes
27 * 2) needed interfaces from external units
28 * 3) internal and external interfaces from this unit
29 ==================================================================================================*/
30 
31 /*==================================================================================================
32 *                              SOURCE FILE VERSION INFORMATION
33 ==================================================================================================*/
34 #define QSPI_IP_VENDOR_ID_CFG_DEFINES                    43
35 #define QSPI_IP_AR_RELEASE_MAJOR_VERSION_CFG_DEFINES     4
36 #define QSPI_IP_AR_RELEASE_MINOR_VERSION_CFG_DEFINES     7
37 #define QSPI_IP_AR_RELEASE_REVISION_VERSION_CFG_DEFINES  0
38 #define QSPI_IP_SW_MAJOR_VERSION_CFG_DEFINES             3
39 #define QSPI_IP_SW_MINOR_VERSION_CFG_DEFINES             0
40 #define QSPI_IP_SW_PATCH_VERSION_CFG_DEFINES             0
41 
42 /*==================================================================================================
43 *                                     FILE VERSION CHECKS
44 ==================================================================================================*/
45 
46 /*==================================================================================================
47                                        DEFINES AND MACROS
48 ==================================================================================================*/
49 
50 
51 #define QSPI_IP_SFP_ENABLE_GLOBAL                    (STD_OFF)
52 #define QSPI_IP_SFP_ENABLE_MDAD                      (STD_OFF)
53 #define QSPI_IP_SFP_ENABLE_FRAD                      (STD_OFF)
54 
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 /** @} */
61 
62 #endif /* QSPI_IP_CFG_DEFINES_H */
63