ADM/GW/generate/include/IntCtrl_Ip_Cfg.h
2024-08-08 10:00:15 +09:00

52 lines
2.3 KiB
C

/*==================================================================================================
* Project : RTD AUTOSAR 4.4
* Platform : CORTEXM
* Peripheral :
* Dependencies : none
*
* Autosar Version : 4.4.0
* Autosar Revision : ASR_REL_4_4_REV_0000
* Autosar Conf.Variant :
* SW Version : 0.9.0
* Build Version : S32K3_RTD_0_9_0__ASR_REL_4_4_REV_0000_20210326
*
* (c) Copyright 2020 - 2021 NXP Semiconductors
* All Rights Reserved.
*
* NXP Confidential. This software is owned or controlled by NXP and may only be
* used strictly in accordance with the applicable license terms. By expressly
* accepting such terms or by downloading, installing, activating and/or otherwise
* using the software, you are agreeing that you have read, and that you agree to
* comply with and are bound by, such license terms. If you do not agree to be
* bound by the applicable license terms, then you may not retain, install,
* activate or otherwise use the software.
==================================================================================================*/
#ifndef INTCTRL_IP_CFG_H_
#define INTCTRL_IP_CFG_H_
/*==================================================================================================
INCLUDE FILES
==================================================================================================*/
#include "IntCtrl_Ip_TypesDef.h"
/*==================================================================================================
GLOBAL VARIABLES
==================================================================================================*/
#define PLATFORM_START_SEC_CONFIG_DATA_UNSPECIFIED
#include "Platform_MemMap.h"
/* Declaration of the configuration structure #1 for Interrupt Controller (core related) */
extern const IntCtrl_Ip_CtrlConfigType IntCtrlConfig_0;
/* Declaration of the generic configuration structure for interrupts (not core related) */
extern const IntCtrl_Ip_GlobalRouteConfigType intRouteConfig;
extern void undefined_handler(void);
extern void PIT_0_ISR(void);
#define PLATFORM_STOP_SEC_CONFIG_DATA_UNSPECIFIED
#include "Platform_MemMap.h"
#endif /* INTCTRL_IP_CFG_H_ */