MCF52233_GIACR.h
上传用户:dongxin
上传日期:2022-06-22
资源大小:370k
文件大小:1k
源码类别:

uCOS

开发平台:

Others

  1. /* Coldfire C Header File
  2.  * Copyright Freescale Semiconductor Inc
  3.  * All rights reserved.
  4.  *
  5.  * 2007/03/19 Revision: 0.91
  6.  */
  7. #ifndef __MCF52233_GIACR_H__
  8. #define __MCF52233_GIACR_H__
  9. /*********************************************************************
  10. *
  11. * Global Interrupt Acknowledge Control Registers Module (GIACR)
  12. *
  13. *********************************************************************/
  14. /* Register read/write macros */
  15. #define MCF_GIACR_GSWIACK                    (*(vuint8 *)(&__IPSBAR[0xFE0]))
  16. #define MCF_GIACR_GL1IACK                    (*(vuint8 *)(&__IPSBAR[0xFE4]))
  17. #define MCF_GIACR_GL2IACK                    (*(vuint8 *)(&__IPSBAR[0xFE8]))
  18. #define MCF_GIACR_GL3IACK                    (*(vuint8 *)(&__IPSBAR[0xFEC]))
  19. #define MCF_GIACR_GL4IACK                    (*(vuint8 *)(&__IPSBAR[0xFF0]))
  20. #define MCF_GIACR_GL5IACK                    (*(vuint8 *)(&__IPSBAR[0xFF4]))
  21. #define MCF_GIACR_GL6IACK                    (*(vuint8 *)(&__IPSBAR[0xFF8]))
  22. #define MCF_GIACR_GL7IACK                    (*(vuint8 *)(&__IPSBAR[0xFFC]))
  23. #define MCF_GIACR_GLIACK(x)                  (*(vuint8 *)(&__IPSBAR[0xFE4 + ((x-1)*0x4)]))
  24. /* Bit definitions and macros for MCF_GIACR_GSWIACK */
  25. #define MCF_GIACR_GSWIACK_VECTOR(x)          (((x)&0xFF)<<0)
  26. /* Bit definitions and macros for MCF_GIACR_GLIACK */
  27. #define MCF_GIACR_GLIACK_VECTOR(x)           (((x)&0xFF)<<0)
  28. #endif /* __MCF52233_GIACR_H__ */