/* * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates * * SPDX-License-Identifier: BSD-3-Clause */ /*******************************************************************************************************************//** * @ingroup BSP_MCU * @defgroup BSP_MCU_RA6M5 RA6M5 * @includedoc config_bsp_ra6m5_fsp.html * @{ **********************************************************************************************************************/ /** @} (end defgroup BSP_MCU_RA6M5) */ #ifndef BSP_MCU_INFO_H #define BSP_MCU_INFO_H /*********************************************************************************************************************** * Includes , "Project Includes" **********************************************************************************************************************/ /* BSP MCU Specific Includes. */ #include "bsp_elc.h" #include "bsp_feature.h" /*********************************************************************************************************************** * Macro definitions **********************************************************************************************************************/ /*********************************************************************************************************************** * Typedef definitions **********************************************************************************************************************/ typedef elc_event_t bsp_interrupt_event_t; /*********************************************************************************************************************** * Exported global variables **********************************************************************************************************************/ /*********************************************************************************************************************** * Exported global functions (to be accessed by other files) **********************************************************************************************************************/ #endif