1 /*
2  * Copyright 2020-2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /* Prevention from multiple including the same header */
8 #ifndef TRGMUX_IP_CFG_DEVICEREGISTERS_REGISTERS_H_
9 #define TRGMUX_IP_CFG_DEVICEREGISTERS_REGISTERS_H_
10 
11 /**
12 *   @file    Trgmux_Ip_Cfg_DeviceRegisters.h
13 *
14 *   @version 3.0.0
15 *
16 *   @brief   AUTOSAR Mcl - Trgmux Ip Cfg Device Registers header file.
17 *   @details
18 *
19 *   @addtogroup TRGMUX_IP_DRIVER TRGMUX IP Driver
20 *   @{
21 */
22 
23 #ifdef __cplusplus
24 extern "C"
25 {
26 #endif
27 
28 
29 /*==================================================================================================
30 *                                        INCLUDE FILES
31 * 1) system and project includes
32 * 2) needed interfaces from external units
33 * 3) internal and external interfaces from this unit
34 ==================================================================================================*/
35 #include "S32K344_TRGMUX.h"
36 
37 /*==================================================================================================
38 *                                 SOURCE FILE VERSION INFORMATION
39 ==================================================================================================*/
40 #define TRGMUX_IP_CFG_DEVICEREGISTERS_VENDOR_ID                    43
41 #define TRGMUX_IP_CFG_DEVICEREGISTERS_MODULE_ID                    255
42 #define TRGMUX_IP_CFG_DEVICEREGISTERS_AR_RELEASE_MAJOR_VERSION     4
43 #define TRGMUX_IP_CFG_DEVICEREGISTERS_AR_RELEASE_MINOR_VERSION     7
44 #define TRGMUX_IP_CFG_DEVICEREGISTERS_AR_RELEASE_REVISION_VERSION  0
45 #define TRGMUX_IP_CFG_DEVICEREGISTERS_SW_MAJOR_VERSION             3
46 #define TRGMUX_IP_CFG_DEVICEREGISTERS_SW_MINOR_VERSION             0
47 #define TRGMUX_IP_CFG_DEVICEREGISTERS_SW_PATCH_VERSION             0
48 
49 /* ----------------------------------------------------------------------------
50    -- TRGMUX Peripheral Access Layer
51    ---------------------------------------------------------------------------- */
52 
53 #define TRGMUX_IP_TRGMUXn_INSTANCE_COUNT(Instance)   TRGMUX_TRGMUXn_COUNT
54 
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 /** @} */
61 
62 #endif  /* #ifndef TRGMUX_IP_CFG_DEVICE_REGISTERS_H_ */
63 
64 /*==================================================================================================
65  *                                        END OF FILE
66 ==================================================================================================*/
67