clock_test.h
来自「s3c6400 ADS下官方测试程序」· C头文件 代码 · 共 60 行
H
60 行
/**************************************************************************************
*
* 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 : clock_test.h
*
* File Description : This file declares prototypes of clock module 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 __CLOCK_TEST_H__
#define __CLOCK_TEST_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "def.h"
void MemoryRWTest(void);
void Test_Locktime(void);
void Test_ManualChangePLL(void);
void Test_OnOffPll(void);
void Test_ManChangeCLKDivider(void);
void Test_CLKOUT(void) ;
void Test_ChangeOPMode(void) ;
void Test_PMS_Value_Change(void);
void Test_PMS_Value_Change(void);
void SYSCT_Clock(void);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?