STANDARD.H
上传用户:ids068
上传日期:2013-04-04
资源大小:639k
文件大小:2k
源码类别:

USB编程

开发平台:

C/C++

  1. //***********************************************************************
  2. //          *
  3. //                P H I L I P S   P R O P R I E T A R Y           *
  4. //                                                                      *
  5. //          COPYRIGHT (c)   1999 BY PHILIPS SINGAPORE (APIC).     *
  6. //                    --  ALL RIGHTS RESERVED  --                  *
  7. //                                                                      *
  8. //  File Name :       Standard.h                           *
  9. //  Author :       Albert Goh                           *
  10. //  Created :       9 Sep 99                            *
  11. //                                                                *
  12. //***********************************************************************
  13. //***********************************************************************
  14. //                                                                      *
  15. //  Module History *
  16. //  ************** *
  17. // *
  18. //  Date          Version  Author   Changes *
  19. //  ====          ======= ====== ======= *
  20. //  090999   0.1  Albert Created  *
  21. //                                                                      *
  22. //                                                                      *
  23. //***********************************************************************
  24. #include <reg51.h>
  25. //***********************************************************************
  26. //*   *
  27. //*                    Data Type Definition *
  28. //*          *
  29. //***********************************************************************
  30. #define UC unsigned char 
  31. #define UI unsigned int
  32. #define US unsigned short
  33. #define UL unsigned long
  34. #define ULI unsigned long int
  35. #define     UDI      double
  36. #define On 1
  37. #define Off 0