blob: 54354b26315980d05c1a13f18a579a4ea98e0b3a [file] [log] [blame]
/*
* Copyright 2014-2016 Freescale Semiconductor, Inc.
* Copyright 2016-2018 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef __FSL_DEVICE_REGISTERS_H__
#define __FSL_DEVICE_REGISTERS_H__
/*
* Include the cpu specific register header files.
*
* The CPU macro should be declared in the project or makefile.
*/
#if (defined(CPU_LPC51U68JBD48) || defined(CPU_LPC51U68JBD64))
#define LPC51U68_SERIES
/* CMSIS-style register definitions */
#include "LPC51U68.h"
/* CPU specific feature definitions */
#include "LPC51U68_features.h"
#else
#error "No valid CPU defined!"
#endif
#endif /* __FSL_DEVICE_REGISTERS_H__ */
/*******************************************************************************
* EOF
******************************************************************************/