代码搜索结果

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

power.c

/* -02/22/2006: Petre M. -this file contains functions used to manage the power supply of ADE7169Fxx */ #include "ioADE7169F16.h" #include "extern_declarations.h" #include "EEPROM_locations.

power.h

/* -02/22/2006: Petre M. -this file contains declarations used in power.c */ void Setup_Power(void); void Backup_State(void); void Battery_Alarm(void); void Prepare_for_Sleep(void

power.m

function Q = power(P,n) % POWER -- elementwise power for matrix polynomials % % Q = P.^n % Q = power(P,n) % % This routine is not meant to be called by the user. It is called by

power.c

#include "p30fxxxx.h" /*;------------------------------------------------------------------------------ ; UART-PC display routines for Lab 4 and 5 ;-------------------------------------------------

power.h

#ifndef __POWER_H__ #define __POWER_H__ void Test_SlowMode(void); void Test_HoldMode(void); void _Test_StopMode(void); void Test_SLIdleMode(void); //void Test_IdleMode(void); void Test_PLL(vo

power.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\power.h" #include "..\inc\rtc.h" #define FIN 4000000 static void __irq SLWEint

power.cpp

//: C05:Power.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the file 'Li

power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 *****************************************/ #in

power.h

#ifndef __POWER_H__ #define __POWER_H__ void Test_SlowMode(void); void Test_HoldMode(void); #endif /*__POWER_H__*/