123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- /*==================================================================================================
- * Project : RTD AUTOSAR 4.4
- * Platform : CORTEXM
- * Peripheral : Ftm_Srtc_Lptmr_LPit
- * Dependencies : none
- *
- * Autosar Version : 4.4.0
- * Autosar Revision : ASR_REL_4_4_REV_0000
- * Autosar Conf.Variant :
- * SW Version : 1.0.0
- * Build Version : S32K1_RTD_1_0_0_HF01_D2109_ASR_REL_4_4_REV_0000_20210907
- *
- * (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.
- ==================================================================================================*/
- /**
- * @file Gpt_Ipw_PBcfg.c
- *
- * @internal
- * @addtogroup gpt gpt_ipw
- *
- * @{
- */
- /*==================================================================================================
- * GENERATION MACRO DEFINTION
- *================================================================================================*/
- /*Gpt_Ipw_PluginMacros.m*/
- /** @} */
- #ifdef __cplusplus
- extern "C"{
- #endif
- /*==================================================================================================
- * INCLUDE FILES
- * 1) system and project includes
- * 2) needed interfaces from external units
- * 3) internal and external interfaces from this unit
- *================================================================================================*/
- #include "Gpt_Ipw_VS_0_PBcfg.h"
- #include "SRtc_Ip_VS_0_PBcfg.h"
- #include "Ftm_Gpt_Ip_VS_0_PBcfg.h"
- #include "Lptmr_Gpt_Ip_VS_0_PBcfg.h"
- #include "LPit_Gpt_Ip_VS_0_PBcfg.h"
- /*==================================================================================================
- * SOURCE FILE VERSION INFORMATION
- *================================================================================================*/
- #define GPT_IPW_VENDOR_ID_VS_0_PBCFG_C 43
- #define GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C 4
- #define GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C 4
- #define GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C 0
- #define GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C 1
- #define GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C 0
- #define GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C 0
- /*==================================================================================================
- * FILE VERSION CHECKS
- *================================================================================================*/
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_H != GPT_IPW_VENDOR_ID_VS_0_PBCFG_C)
- #error "Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw_VS_0_PBcfg.c have different vendor ids"
- #endif
- /* Check if the header files are of the same Autosar version */
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw_VS_0_PBcfg.c are different"
- #endif
- /* Check if the header files are of the same Software version */
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw_VS_0_PBcfg.c are different"
- #endif
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_C != LPIT_GPT_IP_VENDOR_ID_VS_0_PBCFG_H)
- #error "Gpt_Ipw_VS_0_PBcfg.c and LPit_Gpt_Ip_VS_0_PBcfg.h have different vendor ids"
- #endif
- /* Check if the header files are of the same Autosar version */
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and LPit_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- /* Check if the header files are of the same Software version */
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_SW_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_SW_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C != LPIT_GPT_IP_SW_PATCH_VERSION_VS_0_PBCFG_H) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and LPit_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_C != LPTMR_GPT_IP_VENDOR_ID_VS_0_PBCFG_H)
- #error "Gpt_Ipw_VS_0_PBcfg.c and Lptmr_Gpt_Ip_VS_0_PBcfg.h have different vendor ids"
- #endif
- /* Check if the header files are of the same Autosar version */
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and Lptmr_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- /* Check if the header files are of the same Software version */
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_SW_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_SW_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C != LPTMR_GPT_IP_SW_PATCH_VERSION_VS_0_PBCFG_H) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and Lptmr_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_C != SRTC_IP_VENDOR_ID_VS_0_PBCFG_H)
- #error "Gpt_Ipw_VS_0_PBcfg.c and SRtc_Ip_VS_0_PBcfg.h have different vendor ids"
- #endif
- /* Check if the header files are of the same Autosar version */
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C != SRTC_IP_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C != SRTC_IP_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C != SRTC_IP_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and SRtc_Ip_VS_0_PBcfg.h are different"
- #endif
- /* Check if the header files are of the same Software version */
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C != SRTC_IP_SW_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C != SRTC_IP_SW_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C != SRTC_IP_SW_PATCH_VERSION_VS_0_PBCFG_H) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and SRtc_Ip_VS_0_PBcfg.h are different"
- #endif
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_C != FTM_GPT_IP_VENDOR_ID_VS_0_PBCFG_H)
- #error "Gpt_Ipw_VS_0_PBcfg.c and Ftm_Gpt_Ip_VS_0_PBcfg.h have different vendor ids"
- #endif
- /* Check if the header files are of the same Autosar version */
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and Ftm_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- /* Check if the header files are of the same Software version */
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_SW_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_SW_MINOR_VERSION_VS_0_PBCFG_H) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_C != FTM_GPT_IP_SW_PATCH_VERSION_VS_0_PBCFG_H) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.c and Ftm_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- /*==================================================================================================
- * LOCAL TYPEDEFS (STRUCTURES, UNIONS, ENUMS)
- *================================================================================================*/
- /*==================================================================================================
- * LOCAL MACROS
- *================================================================================================*/
- /*==================================================================================================
- * LOCAL CONSTANTS
- *================================================================================================*/
- /*==================================================================================================
- * LOCAL VARIABLES
- *================================================================================================*/
- /*==================================================================================================
- * GLOBAL CONSTANTS
- *================================================================================================*/
- /*==================================================================================================
- * GLOBAL VARIABLES
- *================================================================================================*/
- #define GPT_START_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Gpt_MemMap.h"
- Gpt_Ipw_HwInstanceConfigType Gpt_Ipw_HwInstanceConfig_PB_VS_0[2U]=
- {
- {
- /** @brief IP type */
- GPT_FTM_MODULE,
- /** @brief IP instance */
- 0U,
- /** @brief IP instance pointer */
- {
- &FTM_0_InitConfig_PB_VS_0,
- NULL_PTR
- }
- }
- ,
- {
- /** @brief IP type */
- GPT_LPIT_MODULE,
- /** @brief IP instance */
- 0U,
- /** @brief IP instance pointer */
- {
- NULL_PTR,
- &LPIT_0_InitConfig_PB_VS_0
- }
- }
- };
- /*channels*/
- /**
- * @brief Gpt channels IP related configuration array
- */
- Gpt_Ipw_HwChannelConfigType Gpt_Ipw_ChannelConfig_PB_VS_0[2U] =
- {
- /** @brief GptChannelConfiguration_0 */
- {
- /** @brief IP type */
- GPT_LPIT_MODULE,
- /** @brief IP instance */
- 0U,
- /** @brief IP channel */
- 0U,
- /** @brief IP channel pointer */
- {
- NULL_PTR,
- NULL_PTR,
- NULL_PTR,
- &LPIT_0_ChannelConfig_PB_VS_0[0U]
- }
- }
- ,
- /** @brief GptChannelConfiguration_1 */
- {
- /** @brief IP type */
- GPT_FTM_MODULE,
- /** @brief IP instance */
- 0U,
- /** @brief IP channel */
- 0U,
- /** @brief IP instance config pointer */
- {
- &FTM_0_ChannelConfig_PB_VS_0[0U],
- NULL_PTR,
- NULL_PTR,
- NULL_PTR
- }
- }
- };
- #define GPT_STOP_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Gpt_MemMap.h"
- /*==================================================================================================
- * LOCAL FUNCTION PROTOTYPES
- *================================================================================================*/
- /*==================================================================================================
- * LOCAL FUNCTIONS
- *================================================================================================*/
- /*==================================================================================================
- * GLOBAL FUNCTIONS
- *================================================================================================*/
- #ifdef __cplusplus
- }
- #endif/*GPT_IPW_PBCFG_C*/
- /** @} */
|