2021-03-24 09:19:10 +01:00
|
|
|
/****************************************************************************
|
2008-09-24 23:06:56 +02:00
|
|
|
* arch/arm/src/dm320/chip.h
|
2007-04-28 21:39:18 +02:00
|
|
|
*
|
2021-03-24 09:18:50 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed with
|
|
|
|
* this work for additional information regarding copyright ownership. The
|
|
|
|
* ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the
|
|
|
|
* License. You may obtain a copy of the License at
|
2007-04-28 21:39:18 +02:00
|
|
|
*
|
2021-03-24 09:18:50 +01:00
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2007-04-28 21:39:18 +02:00
|
|
|
*
|
2021-03-24 09:18:50 +01:00
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
2007-04-28 21:39:18 +02:00
|
|
|
*
|
2021-03-24 09:19:10 +01:00
|
|
|
****************************************************************************/
|
2007-04-28 21:39:18 +02:00
|
|
|
|
2016-08-07 02:48:45 +02:00
|
|
|
#ifndef __ARCH_ARM_SRC_DM320_CHIP_H
|
|
|
|
#define __ARCH_ARM_SRC_DM320_CHIP_H
|
2007-04-28 21:39:18 +02:00
|
|
|
|
2021-03-24 09:19:10 +01:00
|
|
|
/****************************************************************************
|
2007-04-28 21:39:18 +02:00
|
|
|
* Included Files
|
2021-03-24 09:19:10 +01:00
|
|
|
****************************************************************************/
|
2007-04-28 21:39:18 +02:00
|
|
|
|
|
|
|
#include "dm320_memorymap.h"
|
2008-10-07 19:23:58 +02:00
|
|
|
#include "dm320_clkc.h"
|
2008-09-24 23:06:56 +02:00
|
|
|
#include "dm320_ahb.h"
|
2008-10-07 19:23:58 +02:00
|
|
|
#include "dm320_busc.h"
|
2007-04-28 21:39:18 +02:00
|
|
|
#include "dm320_uart.h"
|
|
|
|
#include "dm320_timer.h"
|
|
|
|
#include "dm320_intc.h"
|
|
|
|
#include "dm320_gio.h"
|
2008-09-24 23:06:56 +02:00
|
|
|
#include "dm320_usb.h"
|
2007-04-28 21:39:18 +02:00
|
|
|
|
2021-03-24 09:19:10 +01:00
|
|
|
/****************************************************************************
|
2015-04-08 16:04:12 +02:00
|
|
|
* Pre-processor Definitions
|
2021-03-24 09:19:10 +01:00
|
|
|
****************************************************************************/
|
2007-04-28 21:39:18 +02:00
|
|
|
|
2021-03-24 09:19:10 +01:00
|
|
|
/****************************************************************************
|
2007-04-28 21:39:18 +02:00
|
|
|
* Inline Functions
|
2021-03-24 09:19:10 +01:00
|
|
|
****************************************************************************/
|
2007-04-28 21:39:18 +02:00
|
|
|
|
2020-01-31 19:07:39 +01:00
|
|
|
#endif /* __ARCH_ARM_SRC_DM320_CHIP_H */
|