rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
config
boards
kinetis
OS
os
hal
ports
KINETIS
KE1xF
fsl
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
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*
7
*/
8
9
#ifndef __FSL_DEVICE_REGISTERS_H__
10
#define __FSL_DEVICE_REGISTERS_H__
11
12
/*
13
* Include the cpu specific register header files.
14
*
15
* The CPU macro should be declared in the project or makefile.
16
*/
17
#if (defined(CPU_MKE16F256VLH16) || defined(CPU_MKE16F256VLL16) || defined(CPU_MKE16F512VLH16) || \
18
defined(CPU_MKE16F512VLL16))
19
20
#define KE16F16_SERIES
21
22
#include "hal.h"
23
/* CMSIS-style register definitions */
24
#include "MKE16F16.h"
25
/* CPU specific feature definitions */
26
#include "MKE16F16_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
******************************************************************************/
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8