代码搜索结果

找到约 10,000 项符合 Power 的代码

power.c

/******************* ?Marvell Semiconductor, Inc., 2003 ******************** * * Purpose: * * This module provides the implementation of power management routines * * $Author: xiaoji

power.c

/***************************************************************************** * * $Log: D:\VM700\software\power.c $ * * 1 03-11-17 19:51 Wang Guanping * Begin to edit the source code. *

power.h

/***************************************************************************** * * $Log: D:\VM700\software\power.h $ * * 1 03-11-17 19:53 Wang Guanping * Begin to edit the source code. *

power.m

function y = power(x,d) %POWER (overloaded) % Author Johan L鰂berg % $Id: power.m,v 1.6 2005/07/19 13:57:39 joloef Exp $ % Sanity check if prod(size(d))>1 if size(d)~=size(x)

power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 06.02.2002:DonGo: Modified for 2440 ***********

power.h

#ifndef __POWER_H__ #define __POWER_H__ // Main routine void Power_Test(void); void Test_SlowMode(void); void Test_HoldMode(void); void Test_IO_Strength(void); #endif /*__POWER_H__*/