123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434 |
- /*==================================================================================================
- * 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.
- ==================================================================================================*/
- /**
- * @file Port_PBcfg.c
- *
- * @implements Port_PBcfg.c_Artifact
- * @addtogroup Port_CFG
- * @{
- */
- #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.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_VS_0_PBCFG_C 43
- #define PORT_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C 4
- #define PORT_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C 4
- #define PORT_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C 0
- #define PORT_SW_MAJOR_VERSION_VS_0_PBCFG_C 1
- #define PORT_SW_MINOR_VERSION_VS_0_PBCFG_C 0
- #define PORT_SW_PATCH_VERSION_VS_0_PBCFG_C 0
- /*=================================================================================================
- * FILE VERSION CHECKS
- =================================================================================================*/
- /* Check if the files Port_VS_0_PBcfg.c and Port.h are of the same vendor */
- #if (PORT_VENDOR_ID_VS_0_PBCFG_C != PORT_VENDOR_ID_H)
- #error "Port_VS_0_PBcfg.c and Port.h have different vendor ids"
- #endif
- /* Check if the files Port_VS_0_PBcfg.c and Port.h are of the same Autosar version */
- #if ((PORT_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_C != PORT_AR_RELEASE_MAJOR_VERSION_H) || \
- (PORT_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_C != PORT_AR_RELEASE_MINOR_VERSION_H) || \
- (PORT_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_C != PORT_AR_RELEASE_REVISION_VERSION_H) \
- )
- #error "AutoSar Version Numbers of Port_VS_0_PBcfg.c and Port.h are different"
- #endif
- /* Check if the files Port_VS_0_PBcfg.c and Port.h are of the same software version */
- #if ((PORT_SW_MAJOR_VERSION_VS_0_PBCFG_C != PORT_SW_MAJOR_VERSION_H) || \
- (PORT_SW_MINOR_VERSION_VS_0_PBCFG_C != PORT_SW_MINOR_VERSION_H) || \
- (PORT_SW_PATCH_VERSION_VS_0_PBCFG_C != PORT_SW_PATCH_VERSION_H) \
- )
- #error "Software Version Numbers of Port_VS_0_PBcfg.c and Port.h are different"
- #endif
- /*=================================================================================================
- * LOCAL TYPEDEFS (STRUCTURES, UNIONS, ENUMS)
- =================================================================================================*/
- /*=================================================================================================
- * LOCAL MACROS
- =================================================================================================*/
- /**
- * @brief The number of configured Digital Filter Ports
- */
- #define PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8 (0U)
- /*=================================================================================================
- * LOCAL CONSTANTS
- =================================================================================================*/
- /*=================================================================================================
- * LOCAL VARIABLES
- =================================================================================================*/
- /*=================================================================================================
- * GLOBAL CONSTANTS
- =================================================================================================*/
- #define PORT_START_SEC_CONFIG_DATA_8
- #include "Port_MemMap.h"
- /**
- * @brief Array containing list of partition which used in driver
- */
- static const uint8 au8Port_PartitionList_VS_0[PORT_MAX_PARTITION] =
- {
- (uint8)1
- };
- #define PORT_STOP_SEC_CONFIG_DATA_8
- #include "Port_MemMap.h"
- #define PORT_START_SEC_CONFIG_DATA_32
- #include "Port_MemMap.h"
- /**
- * @brief Array containing list of mapping information for mappable elements
- */
- static const uint32 au32Port_PinToPartitionMap_VS_0[PORT_MAX_CONFIGURED_PADS_U16] =
- {
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001,
- (uint32)0x00000001
- };
- #define PORT_STOP_SEC_CONFIG_DATA_32
- #include "Port_MemMap.h"
- #define PORT_START_SEC_CONFIG_DATA_16
- #include "Port_MemMap.h"
- #if (0UL != PORT_MAX_UNUSED_PADS_U16)
- /**
- * @brief NoDefaultPadsArray is an array containing Unimplemented pads and User pads
- */
- static const uint16 Port_au16NoUnUsedPadsArrayDefault_VS_0[PORT_MAX_UNUSED_PADS_U16]=
- {
- (uint16)0,
- (uint16)1,
- (uint16)8,
- (uint16)9,
- (uint16)14,
- (uint16)15,
- (uint16)16,
- (uint16)17,
- (uint16)25,
- (uint16)26,
- (uint16)27,
- (uint16)28,
- (uint16)29,
- (uint16)30,
- (uint16)31,
- (uint16)35,
- (uint16)37,
- (uint16)40,
- (uint16)41,
- (uint16)42,
- (uint16)43,
- (uint16)46,
- (uint16)47,
- (uint16)48,
- (uint16)49,
- (uint16)50,
- (uint16)52,
- (uint16)53,
- (uint16)54,
- (uint16)55,
- (uint16)57,
- (uint16)59,
- (uint16)60,
- (uint16)61,
- (uint16)70,
- (uint16)71,
- (uint16)74,
- (uint16)75,
- (uint16)76,
- (uint16)77,
- (uint16)83,
- (uint16)87,
- (uint16)91,
- (uint16)92,
- (uint16)93,
- (uint16)94,
- (uint16)95,
- (uint16)104,
- (uint16)105,
- (uint16)106,
- (uint16)107,
- (uint16)108,
- (uint16)109,
- (uint16)110,
- (uint16)113,
- (uint16)114,
- (uint16)115,
- (uint16)118,
- (uint16)119,
- (uint16)120,
- (uint16)123,
- (uint16)124,
- (uint16)125,
- (uint16)126,
- (uint16)131,
- (uint16)138,
- (uint16)140,
- (uint16)141,
- (uint16)142,
- (uint16)143,
- (uint16)144,
- (uint16)147,
- (uint16)148,
- (uint16)149,
- (uint16)150,
- (uint16)151,
- (uint16)152,
- (uint16)153
- };
- #endif
- #define PORT_STOP_SEC_CONFIG_DATA_16
- #include "Port_MemMap.h"
- #define PORT_START_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Port_MemMap.h"
- /**
- * @brief Default Configuration for Pins not initialized
- */
- static const Port_UnUsedPinConfigType Port_UnUsedPin_VS_0 =
- {
- /* @note: Configuration of Default pin */
- (uint32)0x00000100, (Port_PinDirectionType)1, (uint8)0
- };
- /**
- * @brief Pin default configuration data for configPB
- */
- static const Port_PinConfigType Port_aPinConfigDefault_VS_0[PORT_MAX_CONFIGURED_PADS_U16]=
- {
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)67, (uint32)0x00000400, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)66, (uint32)0x00000403, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)73, (uint32)0x00000200, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)72, (uint32)0x00000200, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)103, (uint32)0x00000200, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)102, (uint32)0x00000200, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)133, (uint32)0x00000500, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)132, (uint32)0x00000500, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)12, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)13, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)45, (uint32)0x00000000, (uint8)2, (Port_PinDirectionType)0, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)44, (uint32)0x00000000, (uint8)2, (Port_PinDirectionType)0, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)100, (uint32)0x00000000, (uint8)2, (Port_PinDirectionType)0, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)134, (uint32)0x00000000, (uint8)2, (Port_PinDirectionType)0, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)3, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)2, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)79, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)64, (uint32)0x00000303, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)65, (uint32)0x00000303, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)139, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)101, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)32, (uint32)0x00000103, (uint8)1, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)130, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)7, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)6, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)98, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)99, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)33, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)34, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)1, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)111, (uint32)0x00000140, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)112, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)11, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)96, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)97, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)128, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)129, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)135, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)136, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)137, (uint32)0x00000100, (uint8)1, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)36, (uint32)0x00000100, (uint8)0, (Port_PinDirectionType)2, (boolean)TRUE, (boolean)TRUE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)78, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)80, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)1, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE},
- /* PCR Id, PCR Value, Output Level, Direction, IsGpio, Direction Configurable, Mode Changeable */
- {(uint16)81, (uint32)0x00000300, (uint8)1, (Port_PinDirectionType)2, (boolean)FALSE, (boolean)FALSE, (boolean)TRUE}
- };
- #if (0UL != PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8)
- static const Port_Ci_Port_Ip_DigitalFilterConfigType Port_aDigitalFilter_VS_0[PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8]=
- {
- };
- #endif /* (0UL != PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8) */
- /**
- * @brief This table contains all the Configured Port Pin parameters and the
- * number of Port Pins configured by the tool for the post-build mode
- * that will be used by the upper layers.
- */
- const Port_ConfigType Port_Config =
- {
- PORT_MAX_CONFIGURED_PADS_U16,
- PORT_MAX_UNUSED_PADS_U16,
- #if (0UL != PORT_MAX_UNUSED_PADS_U16)
- Port_au16NoUnUsedPadsArrayDefault_VS_0,
- #else
- NULL_PTR,
- #endif
- &Port_UnUsedPin_VS_0,
- Port_aPinConfigDefault_VS_0,
- PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8,
- #if (0UL != PORT_MAX_CONFIGURED_DIGITAL_FILTER_PORTS_VS_0_U8)
- Port_aDigitalFilter_VS_0,
- #else
- NULL_PTR,
- #endif
- au32Port_PinToPartitionMap_VS_0,
- au8Port_PartitionList_VS_0,
- g_pin_mux_InitConfigArr_VS_0
- };
- #define PORT_STOP_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Port_MemMap.h"
- /*=================================================================================================
- * GLOBAL VARIABLES
- =================================================================================================*/
- /*=================================================================================================
- * LOCAL FUNCTION PROTOTYPES
- =================================================================================================*/
- /*=================================================================================================
- * LOCAL FUNCTIONS
- =================================================================================================*/
- /*=================================================================================================
- * GLOBAL FUNCTIONS
- =================================================================================================*/
- #ifdef __cplusplus
- }
- #endif
- /** @} */
- /* End of File */
|