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

uCOS

开发平台:

C/C++

  1. #ifndef __PWR_C_H__
  2. #define __PWR_C_H__
  3. void MeasurePowerConsumption(void);
  4. void dhrystone21(void);
  5. void DoQsort(void);
  6. void PWR_Lcd_Tft_16Bit_640480_On(void);
  7. void PWR_Lcd_Tft_16Bit_240320_On(void);
  8. void PWR_StartTimer(void);
  9. void PWR_StartIIS(void);
  10. #endif /*__PWR_C_H__*/