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 * @ingroup BSP_MCU 9 * @defgroup BSP_MCU_RA2L1 RA2L1 10 * @includedoc config_bsp_ra2l1_fsp.html 11 * @{ 12 **********************************************************************************************************************/ 13 14 #ifndef BSP_MCU_INFO_H 15 #define BSP_MCU_INFO_H 16 17 /*********************************************************************************************************************** 18 * Includes <System Includes> , "Project Includes" 19 **********************************************************************************************************************/ 20 21 /* BSP MCU Specific Includes. */ 22 #include "bsp_elc.h" 23 #include "bsp_feature.h" 24 #include "bsp_power.h" 25 26 /*********************************************************************************************************************** 27 * Macro definitions 28 **********************************************************************************************************************/ 29 30 /*********************************************************************************************************************** 31 * Typedef definitions 32 **********************************************************************************************************************/ 33 typedef icu_event_t bsp_interrupt_event_t; 34 35 /*********************************************************************************************************************** 36 * Exported global variables 37 **********************************************************************************************************************/ 38 39 /*********************************************************************************************************************** 40 * Exported global functions (to be accessed by other files) 41 **********************************************************************************************************************/ 42 43 #endif 44 45 /** @} (end defgroup BSP_MCU_RA2L1) */ 46