mcu.h 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /************************************************************************/
  2. /* (C) Fujitsu Semiconductor Europe GmbH (FSEU) */
  3. /* */
  4. /* The following software deliverable is intended for and must only be */
  5. /* used for reference and in an evaluation laboratory environment. */
  6. /* It is provided on an as-is basis without charge and is subject to */
  7. /* alterations. */
  8. /* It is the user's obligation to fully test the software in its */
  9. /* environment and to ensure proper functionality, qualification and */
  10. /* compliance with component specifications. */
  11. /* */
  12. /* In the event the software deliverable includes the use of open */
  13. /* source components, the provisions of the governing open source */
  14. /* license agreement shall apply with respect to such software */
  15. /* deliverable. */
  16. /* FSEU does not warrant that the deliverables do not infringe any */
  17. /* third party intellectual property right (IPR). In the event that */
  18. /* the deliverables infringe a third party IPR it is the sole */
  19. /* responsibility of the customer to obtain necessary licenses to */
  20. /* continue the usage of the deliverable. */
  21. /* */
  22. /* To the maximum extent permitted by applicable law FSEU disclaims all */
  23. /* warranties, whether express or implied, in particular, but not */
  24. /* limited to, warranties of merchantability and fitness for a */
  25. /* particular purpose for which the deliverable is not designated. */
  26. /* */
  27. /* To the maximum extent permitted by applicable law, FSEU's liability */
  28. /* is restricted to intentional misconduct and gross negligence. */
  29. /* FSEU is not liable for consequential damages. */
  30. /* */
  31. /* (V1.5) */
  32. /************************************************************************/
  33. /**
  34. ******************************************************************************
  35. ** \file mcu.h
  36. **
  37. ** Header File for device dependent includes
  38. **
  39. ** History:
  40. ** 2011-05-19 V1.00 MWi first version
  41. **
  42. ******************************************************************************/
  43. #define PDL_INT_TYPE_C 1
  44. #define PDL_INT_TYPE_A 2
  45. #define PDL_MCU_INT_TYPE PDL_INT_TYPE_A
  46. /**
  47. ******************************************************************************
  48. ** \brief MCU header file include
  49. **
  50. ******************************************************************************/
  51. #ifndef _MB9B560R_H_
  52. #include "mb9b560r.h"
  53. #endif
  54. /**
  55. ******************************************************************************
  56. ** \brief MCU system start-up header file include
  57. **
  58. ******************************************************************************/
  59. #ifndef _SYSTEM_MB9ABXXX_H_
  60. #include "system_mb9bf56xr.h"
  61. #endif