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