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

📄 power_test.h

📁 s3c6400 ADS下官方测试程序
💻 H
字号:
/**************************************************************************************
* 
*	Project Name : S3C6400 Validation
*
*	Copyright 2006 by Samsung Electronics, Inc.
*	All rights reserved.
*
*	Project Description :
*		This software is only for validating functions of the S3C6400.
*		Anybody can use this software without our permission.
*  
*--------------------------------------------------------------------------------------
* 
*	File Name : power_test.h
*  
*	File Description : This file declares prototypes of Power Mode Test funcions.
*
*	Author : Wonjoon Jang
*	Dept. : AP Development Team
*	Created Date : 2007/01/10
*	Version : 0.1 
* 
*	History
*	- Created(Wonjoon.jang  2007/01/10)
*  
**************************************************************************************/

#ifndef __POWER_TEST_H__
#define __POWER_TEST_H__

#ifdef __cplusplus
extern "C" {
#endif

#include "def.h"

void InitData_SDRAM(int check_start, int check_size);
void CheckData_SDRAM(int check_start, int check_size);

void SetAlarmWakeup (void);
void SetEintWakeup (void);
//void SetBatteryFaultEvent(BATFLT_eMODE eBATFLT);

void IDLET_Basic (void);
void IDLET_Aging (void);
void STOPT_Basic (void);
void DEEPSTOP_Basic (void);
void STOPT_CFG(void);
void SLEEPT_Basic (void);
void ESLEEPT_Basic (void);
void NORCFG_Test (void);
void CLKGate_Test(void);

void SYSCT_PowerMode(void);

void __irq Isr_WUBATF(void);
void __irq Isr_WUEint9(void);
void __irq Isr_WUEint10(void);
void __irq Isr_WUEint11(void);


#ifdef __cplusplus
}
#endif

#endif 


⌨️ 快捷键说明

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