fsl_device_registers.h
Go to the documentation of this file.
1 /*
2  * Copyright 2014-2016 Freescale Semiconductor, Inc.
3  * Copyright 2016-2018 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  *
8  */
9 
10 #ifndef __FSL_DEVICE_REGISTERS_H__
11 #define __FSL_DEVICE_REGISTERS_H__
12 
13 /*
14  * Include the cpu specific register header files.
15  *
16  * The CPU macro should be declared in the project or makefile.
17  */
18 #if (defined(CPU_MIMXRT1052CVJ5B) || defined(CPU_MIMXRT1052CVL5B) || defined(CPU_MIMXRT1052DVJ6B) || \
19  defined(CPU_MIMXRT1052DVL6B))
20 
21 #define MIMXRT1052_SERIES
22 
23 /* CMSIS-style register definitions */
24 #include "MIMXRT1052.h"
25 /* CPU specific feature definitions */
26 #include "MIMXRT1052_features.h"
27 
28 #else
29  #error "No valid CPU defined!"
30 #endif
31 
32 #endif /* __FSL_DEVICE_REGISTERS_H__ */
33 
34 /*******************************************************************************
35  * EOF
36  ******************************************************************************/
MIMXRT1052_features.h
MIMXRT1052.h
CMSIS Peripheral Access Layer for MIMXRT1052.


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:13:56