1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 /********************************************************************************************************************** 8 * File Name : bsp_multi_core.h 9 * Version : 1.00 10 * Description : bsp_multi_core header 11 *********************************************************************************************************************/ 12 13 #ifndef BSP_MULTI_CORE_H 14 #define BSP_MULTI_CORE_H 15 16 /********************************************************************************************************************** 17 * Macro definitions 18 *********************************************************************************************************************/ 19 #define RZG3S_CORE_CA55 (0) 20 #define RZG3S_CORE_CM33 (1) 21 #define RZG3S_CORE_CM33_FPU (2) 22 23 /********************************************************************************************************************** 24 * Typedef definitions 25 *********************************************************************************************************************/ 26 27 /********************************************************************************************************************** 28 * Exported global variables 29 *********************************************************************************************************************/ 30 31 /********************************************************************************************************************** 32 * Exported global functions (to be accessed by other files) 33 *********************************************************************************************************************/ 34 35 /********************************************************************************************************************** 36 * @addtogroup BSP_MPU_RZG3S 37 * @{ 38 *********************************************************************************************************************/ 39 40 /** @} (end addtogroup BSP_MPU_RZG3S) */ 41 42 #endif /* BSP_MULTI_CORE_H */ 43