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_RA2A1 RA2A1
10  * @includedoc config_bsp_ra2a1_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 
25 /***********************************************************************************************************************
26  * Macro definitions
27  **********************************************************************************************************************/
28 
29 /***********************************************************************************************************************
30  * Typedef definitions
31  **********************************************************************************************************************/
32 typedef elc_event_t bsp_interrupt_event_t;
33 
34 /***********************************************************************************************************************
35  * Exported global variables
36  **********************************************************************************************************************/
37 
38 /***********************************************************************************************************************
39  * Exported global functions (to be accessed by other files)
40  **********************************************************************************************************************/
41 
42 #endif
43 
44 /** @} (end defgroup BSP_MCU_RA2A1) */
45