/*================================================================================================== * Project : RTD AUTOSAR 4.4 * Platform : CORTEXM * Peripheral : ADC * 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. ==================================================================================================*/ #ifndef ADC_CFGDEFINES_H #define ADC_CFGDEFINES_H /** * @file * * @addtogroup adc_driver_config Adc Driver Configuration * @{ */ #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 ==================================================================================================*/ /*================================================================================================== * SOURCE FILE VERSION INFORMATION ==================================================================================================*/ #define ADC_VENDOR_ID_CFGDEFINES_H 43 #define ADC_AR_RELEASE_MAJOR_VERSION_CFGDEFINES_H 4 #define ADC_AR_RELEASE_MINOR_VERSION_CFGDEFINES_H 4 #define ADC_AR_RELEASE_REVISION_VERSION_CFGDEFINES_H 0 #define ADC_SW_MAJOR_VERSION_CFGDEFINES_H 1 #define ADC_SW_MINOR_VERSION_CFGDEFINES_H 0 #define ADC_SW_PATCH_VERSION_CFGDEFINES_H 0 /*================================================================================================== * FILE VERSION CHECKS ==================================================================================================*/ /*================================================================================================== * CONSTANTS ==================================================================================================*/ /*================================================================================================== * DEFINES AND MACROS ==================================================================================================*/ /** * @brief CMR register not present on this platform. */ #define ADC_CMR_REGISTER_NOT_SUPPORTED /** * @brief Specifies if Current channel is used */ #define ADC_CURRENT_CHANNEL_USED /** * @brief Multicore feature is disabled on this platform. */ #define ADC_MULTICORE_SUPPORT (STD_OFF) /** * @brief Number of configured partitions. */ #define ADC_MAX_PARTITIONS (1U) /** * @brief ADC unit 0 available */ #define ADC_UNIT_0 (0U) /** * @brief ADC unit 1 available */ #define ADC_UNIT_1 (1U) /** * @brief Adds/removes ((STD_ON)/(STD_OFF)) the services Adc_EnableHardwareTrigger() and Adc_DisableHardwareTrigger() from the code. */ #define ADC_HW_TRIGGER_API (STD_ON) /** * @brief AdcSetHwUnitPowerMode api enabled/disabled ((STD_ON)/(STD_OFF)). */ #define ADC_SET_HW_UNIT_POWER_MODE_API (STD_OFF) /** * @brief Enables or disables limit checking feature in the ADC driver. */ #define ADC_ENABLE_LIMIT_CHECK (STD_OFF) /** * @brief Group notification mechanism is/is not ((STD_ON)/(STD_OFF)) available at runtime. */ #define ADC_GRP_NOTIF_CAPABILITY (STD_ON) /** * @brief Type of prioritization mechanism ADC_PRIORITY_HW, ADC_PRIORITY_HW_SW and ADC_PRIORITY_NONE. */ /* SWS_Adc_00522 */ #define ADC_PRIORITY_HW (0U) #define ADC_PRIORITY_HW_SW (1U) #define ADC_PRIORITY_NONE (2U) /** * @brief Priority implementation. */ #define ADC_PRIORITY_IMPLEMENTATION (ADC_PRIORITY_NONE) /** * @brief Type of alignment mechanism ADC_ALIGN_RIGHT, ADC_ALIGN_LEFT. */ /* SWS_Adc_00525 */ #define ADC_ALIGN_RIGHT (0U) #define ADC_ALIGN_LEFT (1U) /** * @brief Result Alignment. */ #define ADC_RESULT_ALIGNMENT (ADC_ALIGN_RIGHT) /** * @brief This is a timeout value which is used to wait until * - the conversion is not aborted. * - ADC hardware is not entered in power down state. * - ADC hardware is not entered in idle state. */ #define ADC_TIMEOUT_COUNTER (100000UL) /** * @brief Specifies for reducing the number of interrupts for streaming groups */ #define ADC_OPTIMIZE_DMA_STREAMING_GROUPS (STD_OFF) /** * @brief Specifies to optimize conversions for hw triggered, one shot group. */ #define ADC_OPTIMIZE_ONESHOT_HW_TRIGGER (STD_OFF) /** * @brief Specifies to configure BCTU/CTU list at initialization for ctu hardware trigger mode groups. */ #define ADC_CTU_HW_TRIGGER_OPTIMIZATION (STD_OFF) /** * @brief Define the number of maximum hardware unit configured */ #define ADC_MAX_HW_UNITS_CFG (1U) /** * @brief Add/Remove Autosar Extension Adc_EnableChannel() and Adc_DisableChannel() api. */ #define ADC_ENABLE_CH_DISABLE_CH_NONAUTO_API (STD_OFF) /** * @brief Get injected conversion status api enabled/disabled (STD_ON/STD_OFF). */ #define ADC_GET_INJECTED_CONVERSION_STATUS_API (STD_OFF) /** * @brief Adc transfer type. */ #ifdef ADC_DMA_SUPPORTED #define ADC_DMA (0U) #endif /* ADC_DMA_SUPPORTED */ #define ADC_INTERRUPT (1U) /** * @brief Add/Remove Autosar Extension Adc_SetClockMode(). */ #define ADC_DUAL_CLOCK_MODE (STD_OFF) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the service Adc_Calibration() from the code. */ #define ADC_CALIBRATION (STD_ON) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the service Adc_SetChannel() from the code. */ #define ADC_SETCHANNEL_API (STD_OFF) /** * @brief Extra group notification mechanism is/is not ((STD_ON)/(STD_OFF)) available at runtime. */ #define ADC_ENABLE_INITIAL_NOTIFICATION (STD_OFF) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the service Adc_SelfTest() from the code. */ #define ADC_SELF_TEST (STD_OFF) /** * @brief ADC Configure Threshold enabled/disabled (STD_ON/STD_OFF). */ #define ADC_ENABLE_CONFIGURE_THRESHOLD_NONAUTO_API (STD_OFF) /** * @brief Switch to enable/disable the API for the CPR_RTD_00056, CPR_RTD_00057, CPR_RTD_00058, CPR_RTD_00059 and CPR_RTD_00060. */ #define ADC_CTU_CONTROL_MODE_EXTRA_APIS (STD_OFF) /** * @brief This switch is used to enable the hardware trigger Autosar Extension API for the CPR_RTD_00037, CPR_RTD_00038, CPR_RTD_00039, CPR_RTD_00040, CPR_RTD_00041. */ #define ADC_ENABLE_CTUTRIG_NONAUTO_API (STD_OFF) /** * @brief Switch to enable/disable the API for the CPR-MCAL-726, CPR-MCAL-727, CPR-MCAL-728. */ #define ADC_ENABLE_CTU_CONTROL_MODE_API (STD_OFF) /** * @brief Switch to enable/disable the API for Tempsense. */ #define ADC_ENABLE_TEMPSENSE_API (STD_OFF) #define ADC_POWER_ON_TEMPSENSE (STD_OFF) /** * @brief Enable the read of raw data API (CPR_RTD_00508). */ #define ADC_ENABLE_READ_RAW_DATA_API (STD_OFF) /** * @brief Enable Group Streaming Result as multiple set. */ #define ADC_ENABLE_GROUP_STREAMING_RESULTS_REORDER (STD_OFF) /** * @brief IRQ definition */ #define ADC_UNIT_1_ISR_USED /** * @brief max queue depth configured across all configset. */ #define ADC_QUEUE_MAX_DEPTH_MAX (1U) /** * @brief max number of groups configured across all configset. */ #define ADC_MAX_GROUPS (2U) /** * @brief Invalid Hardware group ID to determine there is no ongoing hardware group */ #define ADC_INVALID_HW_GROUP_ID (0xFFFFU) #ifdef ADC_DMA_SUPPORTED /** * @brief Maximum number of channels across all hardware units. */ #define ADC_MAX_CHANNEL_PER_HW_UNIT (8U) #endif /* ADC_DMA_SUPPORTED */ /** * @brief Software injected conversion use */ #define ADC_SOFTWARE_INJECTED_CONVERSIONS_USED (STD_OFF) /** * @brief Configuration Precompile variant. * @details Configuration Precompile variant. */ #define ADC_PRECOMPILE_SUPPORT (STD_OFF) /** * @brief Development error detection enabled/disabled ((STD_ON)/(STD_OFF)). */ #define ADC_DEV_ERROR_DETECT (STD_ON) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the service Adc_GetVersionInfo() from the code. */ #define ADC_VERSION_INFO_API (STD_ON) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the service Adc_DeInit() from the code. */ #define ADC_DEINIT_API (STD_ON) /** * @brief Add/remove ((STD_ON)/(STD_OFF)) the services Adc_StartGroupConversion()and Adc_StopGroupConversion() from the code. */ #define ADC_ENABLE_START_STOP_GROUP_API (STD_ON) /** * @brief Add/Remove the services Adc_ReadGroup() from the code. */ #define ADC_READ_GROUP_API (STD_ON) /** * @brief Add/Remove One time setting of Conversion time registers from Init() function. */ #define ADC_SET_ADC_CONV_TIME_ONCE (STD_OFF) /** * @brief Switch to enable that power state mode is supported * */ #define ADC_POWER_STATE_SUPPORTED (STD_OFF) #if (ADC_POWER_STATE_SUPPORTED == STD_ON) /** * @brief Enable/Disable the asynchronous power mode * */ #define ADC_POWER_STATE_ASYNCH_MODE_SUPPORTED (STD_OFF) #endif /* (ADC_POWER_STATE_SUPPORTED == STD_ON) */ /** * @brief This switch is used to enable the queue. */ #define ADC_ENABLE_QUEUING (STD_ON) /** * @brief This switch is used to enable the Autosar Extension ADC performance optimization feature. */ #define ADC_BYPASS_ABORT_CHAIN_CHECK (STD_OFF) /** * @brief Symbolic names of ADC Hardware units. * @details Values generated are the ADC Logical Unit ID selected from configurator. * These defines are recommended to be used with any ADC driver API that takes as input parameter Adc Unit. */ #define AdcHwUnit_1 (0U) /** * @brief Adc channel id. */ #define ADC_ID_CHANNEL_U8(Id) (Id) /** * @brief macros to simplify access to structures. * @details Streaming number of samples */ #define ADC_STREAMING_NUM_SAMPLES(num) (num) /** * @brief Adc group priority. */ #define ADC_GROUP_PRIORITY(Priority) (Priority) /** * @brief AUTOSAR Symbolic names of channels on all HW units with encoded value. * @details Bit fields [12-15]: HW unit physical id * Bit fields [0-11]: Logical id of channel in HW unit (used in Adc_EnableChannel()/Adc_DisableChannel()) */ #define Adc1_VREFH (0x1000U) #define Adc1_BANDGAP (0x1001U) #define Adc1_VREFL (0x1002U) #define PTB12_ADC1_SE7_MCU_TP1 (0x1003U) #define PTD4_ADC1_SE6_MCU_TP2 (0x1004U) #define PTC7_ADC1_SE5_MCU_TP3 (0x1005U) #define PTC6_ADC1_SE4_MCU_TP4 (0x1006U) #define PTE6_ADC1_SE11_MCU_SYS_TP (0x1007U) /** * @brief Definitions used for extracting the ADC Logical Unit Id and logical id of channels in each unit from equivalent channel symbolic name */ #if (ADC_ENABLE_CH_DISABLE_CH_NONAUTO_API == STD_ON) #define ADC_CHANNEL_SYMBOLIC_NAME_MASK_CHANNEL_ID_U16 (0xFFFU) #define ADC_CHANNEL_SYMBOLIC_NAME_SHIFT_HW_UNIT_ID_U16 (12U) #endif /* (ADC_ENABLE_CH_DISABLE_CH_NONAUTO_API == STD_ON) */ /** * @brief Autosar Extension symbolic names of channels per groups, on all HW units, with value set to channel index in the group. */ #define AdcGroupSoftwareOneShot_Adc1_VREFH (0U) #define AdcGroupSoftwareOneShot_Adc1_BANDGAP (1U) #define AdcGroupSoftwareOneShot_Adc1_VREFL (2U) #define AdcGroupSoftwareOneShot_PTB12_ADC1_SE7_MCU_TP1 (3U) #define AdcGroupSoftwareOneShot_PTD4_ADC1_SE6_MCU_TP2 (4U) #define AdcGroupSoftwareOneShot_PTC7_ADC1_SE5_MCU_TP3 (5U) #define AdcGroupSoftwareOneShot_PTC6_ADC1_SE4_MCU_TP4 (6U) #define AdcGroupSoftwareOneShot_PTE6_ADC1_SE11_MCU_SYS_TP (7U) #define AdcGroupHardwareOneShot_Adc1_VREFH (0U) #define AdcGroupHardwareOneShot_Adc1_BANDGAP (1U) #define AdcGroupHardwareOneShot_Adc1_VREFL (2U) #define AdcGroupHardwareOneShot_PTB12_ADC1_SE7_MCU_TP1 (3U) #define AdcGroupHardwareOneShot_PTD4_ADC1_SE6_MCU_TP2 (4U) #define AdcGroupHardwareOneShot_PTC7_ADC1_SE5_MCU_TP3 (5U) #define AdcGroupHardwareOneShot_PTC6_ADC1_SE4_MCU_TP4 (6U) #define AdcGroupHardwareOneShot_PTE6_ADC1_SE11_MCU_SYS_TP (7U) /** * @brief Symbolic names of groups. */ #define AdcGroupSoftwareOneShot (0U) #define AdcGroupHardwareOneShot (1U) /** * @brief Symbolic names of groups - ecuc 2108 compliant. */ #define AdcConf_AdcGroup_AdcGroupSoftwareOneShot (0U) #define AdcConf_AdcGroup_AdcGroupHardwareOneShot (1U) /** * @brief ADC Global Validation. */ #define ADC_VALIDATE_GLOBAL_CALL (ADC_DEV_ERROR_DETECT) #define ADC_VALIDATE_CALL_AND_GROUP (ADC_DEV_ERROR_DETECT) #define ADC_VALIDATE_CALL_AND_UNIT (ADC_DEV_ERROR_DETECT) #define ADC_VALIDATE_PARAMS (ADC_DEV_ERROR_DETECT) #define ADC_VALIDATE_NOTIFY_CAPABILITY (ADC_DEV_ERROR_DETECT) /*================================================================================================== * ENUMS ==================================================================================================*/ /*================================================================================================== * STRUCTURES AND OTHER TYPEDEFS ==================================================================================================*/ /*================================================================================================== * GLOBAL VARIABLE DECLARATIONS ==================================================================================================*/ /*================================================================================================== * FUNCTION PROTOTYPES ==================================================================================================*/ #ifdef __cplusplus } #endif /** @} */ #endif /* ADC_CFGDEFINES_H */