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_irqs.h 9 * Version : 1.00 10 * Description : bsp_irq (secure) header 11 *********************************************************************************************************************/ 12 13 /** @} (end addtogroup BSP_MCU) */ 14 15 #ifndef BSP_IRQS_H 16 #define BSP_IRQS_H 17 18 /** Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */ 19 FSP_HEADER 20 21 /*********************************************************************************************************************** 22 * Macro definitions 23 **********************************************************************************************************************/ 24 25 /* Public functions defined in bsp.h */ 26 void bsp_irq_cfg_s(void); // Used internally by BSP 27 28 /** @} (end addtogroup BSP_MCU_PRV) */ 29 30 /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */ 31 FSP_FOOTER 32 33 #endif /* BSP_IRQS_H */ 34