pwr_c.h
来自「支持三星原产的S3C24A0开发板」· C头文件 代码 · 共 20 行
H
20 行
#ifndef __PWR_C_H__
#define __PWR_C_H__
#ifdef __cplusplus
extern "C" {
#endif
void MeasurePowerConsumption(void);
void Qsort(void);
void dhrystone21(void);
void PWR_Lcd_Tft_16Bit_240320_On(void);
void PWR_StartTimer(void);
void PWR_StartIIS(void);
#ifdef __cplusplus
}
#endif
#endif /*__PWR_C_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?