cpuspeed.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:0k
源码类别:

uCOS

开发平台:

C/C++

  1. //====================================================================
  2. // File Name   : CPUSPEED.h
  3. // Function    : S3C5410 CPU Speed test, from 2400.
  4. // Programmer  : DonGo
  5. // Date        : Feb , 2003
  6. // Version     : 0.0
  7. // History     : 1st Draft at Feb x, 2003
  8. // Rev0.0: 2003.05.xx Modified for S3C2440x, DonGo
  9. //====================================================================
  10. #ifndef __CPUSPEED_H__
  11. #define __CPUSPEED_H__
  12. void Test_CpuSpeed(void);
  13. #endif    //__CPUSPEED_H__