pd6710.h
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. /*++
  2. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5. PARTICULAR PURPOSE.
  6. Copyright (c) 2002. Samsung Electronics, co. ltd  All rights reserved.
  7. Module Name:  
  8. Abstract:
  9. Notes: 
  10. --*/
  11. //#ifndef __PD6710_H__
  12. //#define __PD6710_H__
  13. #define B6710_Tacs (0x3) // 4clk
  14. #define B6710_Tcos (0x3) // 4clk
  15. #define B6710_Tacc (0x7) // 14clk
  16. #define B6710_Tcoh (0x3) // 1clk
  17. #define B6710_Tah (0x3) // 4clk
  18. #define B6710_Tacp (0x3) // 6clk
  19. #define B6710_PMC (0x3) // normal(1data)
  20. #define PD6710_MEM_BASE_ADDRESS     (0xA4000000) //(0x04000000)//nGCS2 0x04000000
  21. #define PD6710_IO_BASE_ADDRESS      (0xA5000000) //(0x05000000)//      0x05000000
  22. //#endif /*__PD6710_H__*/