1 /* 2 * Copyright 1997-2016 Freescale Semiconductor, Inc. 3 * Copyright 2016-2021 NXP 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 /*! 9 * @file S32K344.h 10 * @version 1.9 11 * @date 2021-10-27 12 * @brief Peripheral Access Layer for S32K344 13 * 14 * This file contains register definitions and macros for easy access to their 15 * bit fields. 16 * 17 * This file assumes LITTLE endian system. 18 */ 19 20 /* Prevention from multiple including the same memory map */ 21 #if !defined(S32K344_H_) /* Check if memory map has not been already included */ 22 #define S32K344_H_ 23 24 /* ---------------------------------------------------------------------------- 25 -- IP Header Files 26 ---------------------------------------------------------------------------- */ 27 28 /* IP Header Files List */ 29 #include "S32K344_ADC.h" 30 #include "S32K344_AXBS_LITE.h" 31 #include "S32K344_BCTU.h" 32 #include "S32K344_CMU_FC.h" 33 #include "S32K344_CMU_FM.h" 34 #include "S32K344_CONFIGURATION_GPR.h" 35 #include "S32K344_CRC.h" 36 #include "S32K344_DCM.h" 37 #include "S32K344_DCM_GPR.h" 38 #include "S32K344_DMA.h" 39 #include "S32K344_DMAMUX.h" 40 #include "S32K344_DMA_TCD.h" 41 #include "S32K344_EIM.h" 42 #include "S32K344_EMAC.h" 43 #include "S32K344_EMIOS.h" 44 #include "S32K344_ERM.h" 45 #include "S32K344_FCCU.h" 46 #include "S32K344_FIRC.h" 47 #include "S32K344_FLASH.h" 48 #include "S32K344_FLEXCAN.h" 49 #include "S32K344_FLEXIO.h" 50 #include "S32K344_FXOSC.h" 51 #include "S32K344_INTM.h" 52 #include "S32K344_JDC.h" 53 #include "S32K344_LCU.h" 54 #include "S32K344_LPCMP.h" 55 #include "S32K344_LPI2C.h" 56 #include "S32K344_LPSPI.h" 57 #include "S32K344_LPUART.h" 58 #include "S32K344_MCM_CM7.h" 59 #include "S32K344_MC_CGM.h" 60 #include "S32K344_MDM_AP.h" 61 #include "S32K344_MSCM.h" 62 #include "S32K344_MU.h" 63 #include "S32K344_PFLASH.h" 64 #include "S32K344_PIT.h" 65 #include "S32K344_PLL.h" 66 #include "S32K344_PRAMC.h" 67 #include "S32K344_QUADSPI.h" 68 #include "S32K344_QUADSPI_ARDB.h" 69 #include "S32K344_RTC.h" 70 #include "S32K344_SAI.h" 71 #include "S32K344_SDA_AP.h" 72 #include "S32K344_SELFTEST_GPR.h" 73 #include "S32K344_SEMA42.h" 74 #include "S32K344_SIRC.h" 75 #include "S32K344_STCU.h" 76 #include "S32K344_SXOSC.h" 77 #include "S32K344_TEMPSENSE.h" 78 #include "S32K344_TRGMUX.h" 79 #include "S32K344_TSPC.h" 80 #include "S32K344_VIRT_WRAPPER.h" 81 #include "S32K344_XBIC.h" 82 #include "S32K344_XRDC.h" 83 #include "S32K344_NVIC.h" 84 #include "S32K344_SCB.h" 85 #include "S32K344_SYSTICK.h" 86 #include "S32K344_MPU.h" 87 88 #endif /* #if !defined(S32K344_H_) */ 89