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

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_CCM_H__
  8. #define __MCF52233_CCM_H__
  9. /*********************************************************************
  10. *
  11. * Chip Configuration Module (CCM)
  12. *
  13. *********************************************************************/
  14. /* Register read/write macros */
  15. #define MCF_CCM_CCR                          (*(vuint16*)(&__IPSBAR[0x110004]))
  16. #define MCF_CCM_RCON                         (*(vuint16*)(&__IPSBAR[0x110008]))
  17. #define MCF_CCM_CIR                          (*(vuint16*)(&__IPSBAR[0x11000A]))
  18. /* Bit definitions and macros for MCF_CCM_CCR */
  19. #define MCF_CCM_CCR_BMT(x)                   (((x)&0x7)<<0)
  20. #define MCF_CCM_CCR_BMT_65536                (0)
  21. #define MCF_CCM_CCR_BMT_32768                (0x1)
  22. #define MCF_CCM_CCR_BMT_16384                (0x2)
  23. #define MCF_CCM_CCR_BMT_8192                 (0x3)
  24. #define MCF_CCM_CCR_BMT_4096                 (0x4)
  25. #define MCF_CCM_CCR_BMT_2048                 (0x5)
  26. #define MCF_CCM_CCR_BMT_1024                 (0x6)
  27. #define MCF_CCM_CCR_BMT_512                  (0x7)
  28. #define MCF_CCM_CCR_BME                      (0x8)
  29. #define MCF_CCM_CCR_PSTEN                    (0x20)
  30. #define MCF_CCM_CCR_SZEN                     (0x40)
  31. /* Bit definitions and macros for MCF_CCM_RCON */
  32. #define MCF_CCM_RCON_MODE                    (0x1)
  33. #define MCF_CCM_RCON_RLOAD                   (0x20)
  34. /* Bit definitions and macros for MCF_CCM_CIR */
  35. #define MCF_CCM_CIR_PRN(x)                   (((x)&0x3F)<<0)
  36. #define MCF_CCM_CIR_PIN(x)                   (((x)&0x3FF)<<0x6)
  37. #endif /* __MCF52233_CCM_H__ */