123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- /*==================================================================================================
- * Project : RTD AUTOSAR 4.4
- * Platform : CORTEXM
- * Peripheral : PORT_CI
- * 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 PORT_IPW_H
- #define PORT_IPW_H
- /**
- * @file Port_Ipw.h
- * @internal
- * @defgroup Port_IPW Port IPW
- * @{
- */
- #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 "Port_Ci_Port_Ip.h"
- #include "Port_Cfg.h"
- /*=================================================================================================
- * SOURCE FILE VERSION INFORMATION
- =================================================================================================*/
- /**
- * @brief Parameters that shall be published within the Port driver header file and also in the
- * module description file
- * @details The integration of incompatible files shall be avoided.
- *
- */
- #define PORT_VENDOR_ID_IPW_H 43
- #define PORT_AR_RELEASE_MAJOR_VERSION_IPW_H 4
- #define PORT_AR_RELEASE_MINOR_VERSION_IPW_H 4
- #define PORT_AR_RELEASE_REVISION_VERSION_IPW_H 0
- #define PORT_SW_MAJOR_VERSION_IPW_H 1
- #define PORT_SW_MINOR_VERSION_IPW_H 0
- #define PORT_SW_PATCH_VERSION_IPW_H 0
- /*=================================================================================================
- * FILE VERSION CHECKS
- =================================================================================================*/
- /* Check if the files Port_Ipw.h and Port_Ci_Port_Ip.h are of the same vendor */
- #if (PORT_VENDOR_ID_IPW_H != PORT_CI_PORT_IP_VENDOR_ID_H)
- #error "Port_Ipw.h and Port_Ci_Port_Ip.h have different vendor ids"
- #endif
- /* Check if the files Port_Ipw.h and Port_Ci_Port_Ip.h are of the same Autosar version */
- #if ((PORT_AR_RELEASE_MAJOR_VERSION_IPW_H != PORT_CI_PORT_IP_AR_RELEASE_MAJOR_VERSION_H) || \
- (PORT_AR_RELEASE_MINOR_VERSION_IPW_H != PORT_CI_PORT_IP_AR_RELEASE_MINOR_VERSION_H) || \
- (PORT_AR_RELEASE_REVISION_VERSION_IPW_H != PORT_CI_PORT_IP_AR_RELEASE_REVISION_VERSION_H) \
- )
- #error "AutoSar Version Numbers of Port_Ipw.h and Port_Ci_Port_Ip.h are different"
- #endif
- /* Check if the files Port_Ipw.h and Port_Ci_Port_Ip.h are of the same software version */
- #if ((PORT_SW_MAJOR_VERSION_IPW_H != PORT_CI_PORT_IP_SW_MAJOR_VERSION_H) || \
- (PORT_SW_MINOR_VERSION_IPW_H != PORT_CI_PORT_IP_SW_MINOR_VERSION_H) || \
- (PORT_SW_PATCH_VERSION_IPW_H != PORT_CI_PORT_IP_SW_PATCH_VERSION_H) \
- )
- #error "Software Version Numbers of Port_Ipw.h and Port_Ci_Port_Ip.h are different"
- #endif
- /* Check if the files Port_Ipw.h and Port_Cfg.h are of the same vendor */
- #if (PORT_VENDOR_ID_IPW_H != PORT_VENDOR_ID_CFG_H)
- #error "Port_Ipw.h and Port_Cfg.h have different vendor ids"
- #endif
- /* Check if the files Port_Ipw.h and Port_Cfg.h are of the same Autosar version */
- #if ((PORT_AR_RELEASE_MAJOR_VERSION_IPW_H != PORT_AR_RELEASE_MAJOR_VERSION_CFG_H) || \
- (PORT_AR_RELEASE_MINOR_VERSION_IPW_H != PORT_AR_RELEASE_MINOR_VERSION_CFG_H) || \
- (PORT_AR_RELEASE_REVISION_VERSION_IPW_H != PORT_AR_RELEASE_REVISION_VERSION_CFG_H) \
- )
- #error "AutoSar Version Numbers of Port_Ipw.h and Port_Cfg.h are different"
- #endif
- /* Check if the files Port_Ipw.h and Port_Cfg.h are of the same software version */
- #if ((PORT_SW_MAJOR_VERSION_IPW_H != PORT_SW_MAJOR_VERSION_CFG_H) || \
- (PORT_SW_MINOR_VERSION_IPW_H != PORT_SW_MINOR_VERSION_CFG_H) || \
- (PORT_SW_PATCH_VERSION_IPW_H != PORT_SW_PATCH_VERSION_CFG_H) \
- )
- #error "Software Version Numbers of Port_Ipw.h and Port_Cfg.h are different"
- #endif
- /*=================================================================================================
- * CONSTANTS
- =================================================================================================*/
- /*=================================================================================================
- * DEFINES AND MACROS
- =================================================================================================*/
- #define PORT_MODE_BIT_OFFSET_MASK_U8 ((uint8)0x0F)
- #define PORT_PIN_LEVEL_LOW_U8 ((uint8)0) /**< @brief Sets port pin in '0' logic. */
- #define PORT_PIN_LEVEL_HIGH_U8 ((uint8)1) /**< @brief Sets port pin in '1' logic. */
- #define PORT_CI_PCR_ALT_MODE_U32 (0x00000700UL)
- #define PORT_CI_BIT_OFFSET_MASK_U8 ((uint8)0x0F)
- /* @brief PCR bit offset */
- #define PORT_CI_PCR_ALT_MODE_OFFSET_U32 ((uint32)8)
- /*=================================================================================================
- * ENUMS
- =================================================================================================*/
- /*=================================================================================================
- * STRUCTURES AND OTHER TYPEDEFS
- =================================================================================================*/
- /*=================================================================================================
- * GLOBAL VARIABLE DECLARATIONS
- =================================================================================================*/
- /*=================================================================================================
- * FUNCTION PROTOTYPES
- =================================================================================================*/
- #define PORT_START_SEC_CODE
- #include "Port_MemMap.h"
- /*!
- * @brief
- * @details
- *
- * @param[in]
- *
- * @return void
- **/
- void Port_Ipw_SetGpioDirChangeability
- (
- uint16 PadID,
- boolean bStatus
- );
- /*!
- * @brief
- * @details
- *
- * @param[in]
- *
- * @return void
- **/
- void Port_Ipw_SetGpioPadOutput
- (
- Port_PinType PinIndex,
- const Port_ConfigType * pConfigPtr
- );
- /*!
- * @brief Initializes the PORT CI IP Driver
- * @details The function Port_Ipw_Init will initialize ALL ports and port pins with the
- * configuration set pointed to by the parameter pConfigPtr.
- *
- * @param[in] pConfigPtr A pointer to the structure which contains initialization parameters
- *
- * @return void
- *
- *
- **/
- void Port_Ipw_Init
- (
- const Port_ConfigType * pConfigPtr
- );
- #if (STD_ON == PORT_SET_PIN_DIRECTION_API) || (STD_ON == PORT_SET_PIN_MODE_API)
- /*!
- * @brief Sets the port pin direction
- * @details Sets the pin direction at runtime, changing it only if the pin is configurated as
- * changeable.
- *
- * @param[in] PinIndex Pin ID number
- * @param[in] eDirection Port Pin direction
- * @param[in] pConfigPtr A pointer to the structure which contains initialization parameters
- *
- * @return Error code after execution
- * @retval 0 No error occured
- * @retval 1 Pin direction cannot be changed
- *
- *
- **/
- Std_ReturnType Port_Ipw_SetPinDirection
- (
- Port_PinType PinIndex,
- Port_PinDirectionType eDirection,
- const Port_ConfigType * pConfigPtr
- );
- #endif /* (STD_ON == PORT_SET_PIN_DIRECTION_API) || (STD_ON == PORT_SET_PIN_MODE_API) */
- #if defined(PORT_SET_2_PINS_DIRECTION_API) && (STD_ON == PORT_SET_2_PINS_DIRECTION_API)
- /**
- * @brief Sets the port direction for 2 pins
- * @details Sets the pin direction at runtime, changing it only if the pins are configured as
- * changeable.
- *
- * @param[in] Pin1Index Pin1 ID number
- * @param[in] Pin2Index Pin2 ID number
- * @param[in] eDirection Port Pin direction
- * @param[in] pConfigPtr A pointer to the structure which contains initialization parameters
- *
- * @return Error code after execution
- * @retval 0 No error occured
- * @retval 1 Pin direction cannot be changed
- *
- * @pre Port_Init must have been called
- * @post none
- */
- Std_ReturnType Port_Ipw_Set2PinsDirection
- (
- Port_PinType Pin1Index,
- Port_PinType Pin2Index,
- Port_PinDirectionType eDirection,
- const Port_ConfigType * pConfigPtr
- );
- #endif /* defined(PORT_SET_2_PINS_DIRECTION_API) && (STD_ON == PORT_SET_2_PINS_DIRECTION_API) */
- #if (STD_ON == PORT_SET_PIN_MODE_API)
- /*!
- * @brief Sets the port pin mode.
- *
- * @details The function @p Port_Ipw_SetPinMode will set the port pin mode of the
- * referenced pin during runtime.
- *
- * @param[in] PinIndex Pin ID number.
- * @param[in] PinMode New Port Pin mode to be set on port pin.
- * @param[in] pConfigPtr Pointer to the initialization data structure
- *
- * @return void
- *
- **/
- Std_ReturnType Port_Ipw_SetPinMode
- (
- Port_PinType PinIndex,
- Port_PinModeType PinMode,
- const Port_ConfigType * pConfigPtr
- );
- #endif /* (STD_ON == PORT_SET_PIN_MODE_API) */
- /*!
- * @brief Refreshes port direction.
- * @details This service shall refresh the direction of all configured ports to the configured
- * direction. The PORT driver shall exclude from refreshing those port pins that are
- * configured as pin direction changeable during runtime.
- *
- * @param[in] numPins Number of pins to be refreshed
- *
- * @return void
- *
- *
- **/
- void Port_Ipw_RefreshPortDirection
- (
- const Port_ConfigType * pConfigPtr
- );
- #ifdef PORT_SET_AS_UNUSED_PIN_API
- #if (STD_ON == PORT_SET_AS_UNUSED_PIN_API)
- /*!
- * @brief Set as unused pin.
- * @details This function shall configure the referenced pin with all
- * the properties specified in the NotUsedPortPin container.
- *
- * @param[in] PinIndex Pin ID number.
- * @param[in] pConfigPtr A pointer to the structure which contains initialization parameters
- *
- * @return void
- *
- **/
- void Port_Ipw_SetAsUnusedPin
- (
- Port_PinType PinIndex,
- const Port_ConfigType * pConfigPtr
- );
- /*!
- * @brief Set as used pin.
- * @details This function shall configure the referenced pin with
- * all the properties that where set during the Port_Init operation.
- *
- * @param[in] PinIndex Pin ID number.
- * @param[in] pConfigPtr A pointer to the structure which contains initialization parameters
- *
- * @return void
- *
- *
- **/
- void Port_Ipw_SetAsUsedPin
- (
- Port_PinType PinIndex,
- const Port_ConfigType * pConfigPtr
- );
- #endif /* (STD_ON == PORT_SET_AS_UNUSED_PIN_API) */
- #endif
- #ifdef PORT_RESET_PIN_MODE_API
- #if (STD_ON == PORT_RESET_PIN_MODE_API)
- /*!
- * @brief reset the port pin mode.
- *
- * @details The function @p Port_Ipw_ResetPinMode will reset the port pin mode of the
- * referenced pin during runtime.
- *
- *
- * @param[in] PinIndex Pin ID number.
- * @param[in] pConfigPtr Pointer to the initialization data structure
- *
- * @return void
- *
- *
- **/
- void Port_Ipw_ResetPinMode
- (
- Port_PinType PinIndex,
- const Port_ConfigType * pConfigPtr
- );
- #endif /* (STD_ON == PORT_RESET_PIN_MODE_API) */
- #endif
- #define PORT_STOP_SEC_CODE
- #include "Port_MemMap.h"
- #ifdef __cplusplus
- }
- #endif
- #endif /*PORT_IPW_H*/
- /** @} */
|