代码搜索结果
找到约 10,000 项符合
Power 的代码
power.lst
C51 COMPILER V8.18 POWER 09/29/2009 23:58:03 PAGE 1
C51 COMPILER V8.18, COMPILATION OF MODULE POWER
OBJECT MODULE PLACED IN .
power.h
#ifndef _POWER_H_
#define _POWER_H_
#ifdef _POWER_C_
#define _POWERDEC_
#else
#define _POWERDEC_ extern
#endif
_POWERDEC_ void Power_PowerHandler(void);
_POWERDEC_ void Power_PowerO
power.c
#define _POWER_C_
#include "types.h"
#include "board.h"
#include "global.h"
#include "ms_reg.h"
#include "panel.h"
#include "misc.h"
#include "ms_rwreg.h"
#include "mstar.h"
#include "DEBUG
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
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
power.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
power.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
power.inc
; Standard includes for POWER.EXE device driver and control program
;
; Microsoft Confidential
; Copyright (C) 1991 Microsoft Corporation
; All Rights Reserved.
;
;---