rt-thread/bsp/mb9bf568r/drivers/mcu.h

66 lines
3.3 KiB
C
Raw Normal View History

2014-10-20 10:10:18 +08:00
/************************************************************************/
/* (C) Fujitsu Semiconductor Europe GmbH (FSEU) */
/* */
/* The following software deliverable is intended for and must only be */
/* used for reference and in an evaluation laboratory environment. */
/* It is provided on an as-is basis without charge and is subject to */
/* alterations. */
/* It is the user's obligation to fully test the software in its */
/* environment and to ensure proper functionality, qualification and */
/* compliance with component specifications. */
/* */
/* In the event the software deliverable includes the use of open */
/* source components, the provisions of the governing open source */
/* license agreement shall apply with respect to such software */
/* deliverable. */
/* FSEU does not warrant that the deliverables do not infringe any */
/* third party intellectual property right (IPR). In the event that */
/* the deliverables infringe a third party IPR it is the sole */
/* responsibility of the customer to obtain necessary licenses to */
/* continue the usage of the deliverable. */
/* */
/* To the maximum extent permitted by applicable law FSEU disclaims all */
/* warranties, whether express or implied, in particular, but not */
/* limited to, warranties of merchantability and fitness for a */
/* particular purpose for which the deliverable is not designated. */
/* */
/* To the maximum extent permitted by applicable law, FSEU's liability */
/* is restricted to intentional misconduct and gross negligence. */
/* FSEU is not liable for consequential damages. */
/* */
/* (V1.5) */
/************************************************************************/
/**
******************************************************************************
** \file mcu.h
**
** Header File for device dependent includes
**
** History:
** 2011-05-19 V1.00 MWi first version
**
******************************************************************************/
2021-03-22 00:00:13 +08:00
#define PDL_INT_TYPE_C 1
#define PDL_INT_TYPE_A 2
2014-10-20 10:10:18 +08:00
#define PDL_MCU_INT_TYPE PDL_INT_TYPE_A
/**
******************************************************************************
** \brief MCU header file include
**
2021-03-22 00:00:13 +08:00
******************************************************************************/
2014-10-20 10:10:18 +08:00
#ifndef _MB9B560R_H_
#include "mb9b560r.h"
#endif
/**
******************************************************************************
** \brief MCU system start-up header file include
**
2021-03-22 00:00:13 +08:00
******************************************************************************/
2014-10-20 10:10:18 +08:00
#ifndef _SYSTEM_MB9ABXXX_H_
#include "system_mb9bf56xr.h"
#endif