代码搜索结果

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

power.c

#include #include "Public.h" #define BAT_DECT P3_3 extern VOID Key(); extern VOID Set_AC_Icon(); extern VOID Cls_AC_Icon(); extern VOID Set_BAT_Icon(); extern VOID Cls_BAT_

power.lst

C51 COMPILER V7.50 POWER 04/05/2006 19:47:19 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE POWER OBJECT MODULE PLACED IN p

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.err

"power.c", line 118: Warning: C2870W: variable 'i' declared but not used power.c: 1 warning, 0 errors, 0 serious errors

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.s

//**************************************************************************** // // POWER.S - Routines to put the EP7209 into various low power modes. // // Copyright (c) 1999,2000,2001 Cirrus Logic,