/*================================================================================================== * Project : RTD AUTOSAR 4.4 * Platform : CORTEXM * Peripheral : LPI2C * 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 LPI2C_IP_FEATURES_H_ #define LPI2C_IP_FEATURES_H_ /** * @file * * @addtogroup LPI2C_DRIVER Lpi2c Driver * @{ */ /*================================================================================================== * SOURCE FILE VERSION INFORMATION ==================================================================================================*/ #define LPI2C_IP_FEATURES_VENDOR_ID 43 #define LPI2C_IP_FEATURES_AR_RELEASE_MAJOR_VERSION 4 #define LPI2C_IP_FEATURES_AR_RELEASE_MINOR_VERSION 4 #define LPI2C_IP_FEATURES_AR_RELEASE_REVISION_VERSION 0 #define LPI2C_IP_FEATURES_SW_MAJOR_VERSION 0 #define LPI2C_IP_FEATURES_SW_MINOR_VERSION 9 #define LPI2C_IP_FEATURES_SW_PATCH_VERSION 0 /* @brief E10792: LPI2C: Slave Transmit Data Flag may incorrectly read as one when TXCFG is zero. * Interrupts for transfer data should be enabled after the address valid event is detected and * disabled at the end of the transfer. */ #define ERRATA_E10792 /* LPI2C module features */ /* @brief Disable high-speed and ultra-fast operating modes for S32K14x. */ #define LPI2C_HAS_FAST_PLUS_MODE (0U) #define LPI2C_HAS_HIGH_SPEED_MODE (0U) #define LPI2C_HAS_ULTRA_FAST_MODE (0U) /* @brief DMA instance used for LPI2C module */ #define LPI2C_DMA_INSTANCE 0U #endif /* LPI2C_IP_FEATURES_H_ */ /** @}*/ /******************************************************************************* * EOF ******************************************************************************/