⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stop.h

📁 三星2443芯片
💻 H
字号:
#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 ConfigStopGPIO(void);
void Test_SoftMode(void);
void Test_InitSDRAM_Stop(int check_start, int check_size);
void Eint_Port_0_1_9_11(int port, int trig);
void Test_StopMode_Iteration(void);
void RTC_TimeTickSet(void);

#ifdef __cplusplus                                                             
}                                                                            
#endif                                                                         

#endif /*__STOP_H__*/

⌨️ 快捷键说明

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