stop.h

来自「三星s3c2460开发板完整功能测试代码」· C头文件 代码 · 共 28 行

H
28
字号
#ifndef __STOP_H__
#define __STOP_H__

#ifdef __cplusplus
extern "C" {
#endif

#define LOW_LEVEL   0
#define HIGH_LEVEL  1
#define FALLING	    2
#define RISING	    4
#define BOTH	    6

void Test_StopMode(void);
void Test_StopModeHard(void);
void Test_InitSDRAM(int check_start, int check_size);
void Test_CheckSDRAM(int check_start, int check_size);
void Test_BattFaultInterrupt(void);
void ConfigStopGPIO(void);

void Eint_Port_0_1_9_11(int port, int trig);

#ifdef __cplusplus                                                             
}                                                                            
#endif                                                                         

#endif /*__STOP_H__*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?