1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its 3 * affiliates 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef R_OSPI_B_CFG_H_ 9 #define R_OSPI_B_CFG_H_ 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 #define OSPI_B_CFG_PARAM_CHECKING_ENABLE ((BSP_CFG_PARAM_CHECKING_ENABLE)) 15 #define OSPI_B_CFG_DMAC_SUPPORT_ENABLE (0) 16 #define OSPI_B_CFG_XIP_SUPPORT_ENABLE (0) 17 #define OSPI_B_CFG_AUTOCALIBRATION_SUPPORT_ENABLE (1) 18 #define OSPI_B_CFG_PREFETCH_FUNCTION (1) 19 #define OSPI_B_CFG_COMBINATION_FUNCTION OSPI_B_COMBINATION_FUNCTION_64BYTE 20 #define OSPI_B_CFG_DOTF_SUPPORT_ENABLE (0) 21 #define OSPI_B_MAX_WRITE_ENABLE_LOOPS (0) 22 #ifdef __cplusplus 23 } 24 #endif 25 #endif /* R_OSPI_B_CFG_H_ */ 26