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

162 lines
6.6 KiB
C

/*==================================================================================================
* Project : RTD AUTOSAR 4.4
* Platform : CORTEXM
* Peripheral : Emios Flexio
* 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 EMIOS_PWM_IP_CFGDEFINES_H
#define EMIOS_PWM_IP_CFGDEFINES_H
/**
* @file EMIOS_Pwm_Ip_CfgDefines.h
*
* @addtogroup emios_pwm_ip EMIOS Pwm IPL
* @{
*/
#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
==================================================================================================*/
/* Standard Types */
#include "StandardTypes.h"
/*==================================================================================================
* SOURCE FILE VERSION INFORMATION
==================================================================================================*/
#define EMIOS_PWM_IP_CFGDEFINES_VENDOR_ID 43
#define EMIOS_PWM_IP_CFGDEFINES_MODULE_ID 121
#define EMIOS_PWM_IP_CFGDEFINES_AR_RELEASE_MAJOR_VERSION 4
#define EMIOS_PWM_IP_CFGDEFINES_AR_RELEASE_MINOR_VERSION 4
#define EMIOS_PWM_IP_CFGDEFINES_AR_RELEASE_REVISION_VERSION 0
#define EMIOS_PWM_IP_CFGDEFINES_SW_MAJOR_VERSION 0
#define EMIOS_PWM_IP_CFGDEFINES_SW_MINOR_VERSION 9
#define EMIOS_PWM_IP_CFGDEFINES_SW_PATCH_VERSION 0
/*==================================================================================================
* FILE VERSION CHECKS
==================================================================================================*/
/* Check if header file and StandardTypes.h are of the same AUTOSAR version */
#ifndef DISABLE_MCAL_INTERMODULE_ASR_CHECK
#if ((EMIOS_PWM_IP_CFGDEFINES_AR_RELEASE_MAJOR_VERSION != STD_AR_RELEASE_MAJOR_VERSION) || \
(EMIOS_PWM_IP_CFGDEFINES_AR_RELEASE_MINOR_VERSION != STD_AR_RELEASE_MINOR_VERSION))
#error "AUTOSAR version numbers of EMIOS_Pwm_Ip_CfgDefines.h and StandardTypes.h are different."
#endif
#endif
/*==================================================================================================
* CONSTANTS
==================================================================================================*/
/*==================================================================================================
* DEFINES AND MACROS
==================================================================================================*/
/** @brief Macros to indicate eMIOS channels used. */
#ifndef EMIOS_0_CH_0_USED
#define EMIOS_0_CH_0_USED
#else
#error "EMIOS_0_CH_0 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_0_CH_1_USED
#define EMIOS_0_CH_1_USED
#else
#error "EMIOS_0_CH_1 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_0_CH_2_USED
#define EMIOS_0_CH_2_USED
#else
#error "EMIOS_0_CH_2 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_0_CH_3_USED
#define EMIOS_0_CH_3_USED
#else
#error "EMIOS_0_CH_3 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_1_USED
#define EMIOS_1_CH_1_USED
#else
#error "EMIOS_1_CH_1 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_2_USED
#define EMIOS_1_CH_2_USED
#else
#error "EMIOS_1_CH_2 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_3_USED
#define EMIOS_1_CH_3_USED
#else
#error "EMIOS_1_CH_3 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_16_USED
#define EMIOS_1_CH_16_USED
#else
#error "EMIOS_1_CH_16 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_19_USED
#define EMIOS_1_CH_19_USED
#else
#error "EMIOS_1_CH_19 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_1_CH_22_USED
#define EMIOS_1_CH_22_USED
#else
#error "EMIOS_1_CH_22 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
#ifndef EMIOS_2_CH_2_USED
#define EMIOS_2_CH_2_USED
#else
#error "EMIOS_2_CH_2 channel cannot be used by Pwm. Channel locked by another driver!"
#endif
/*==================================================================================================
* ENUMS
==================================================================================================*/
/*==================================================================================================
* STRUCTURES AND OTHER TYPEDEFS
==================================================================================================*/
/*==================================================================================================
* GLOBAL VARIABLE DECLARATIONS
==================================================================================================*/
/*==================================================================================================
* FUNCTION PROTOTYPES
==================================================================================================*/
#ifdef __cplusplus
}
#endif
/** @} */
#endif /* EMIOS_PWM_IP_CFGDEFINES_H */