power.h
来自「一个基于三星S3C2413的全部驱动程序」· C头文件 代码 · 共 24 行
H
24 行
#ifndef __POWER_H__
#define __POWER_H__
#ifdef __cplusplus
extern "C"{
#endif
// Main routine
void Power_Test(void);
void Test_SlowMode(void);
void Test_HoldMode(void);
void Test_IO_Strength(void);
#ifdef __cplusplus
}
#endif
#endif /*__POWER_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?