代码搜索结果
找到约 10,000 项符合
Power 的代码
power.cpp
//**************************************************************************************
// 日期: 29:6:2004
// 创建: tiamo
// 描述: power
//********************************************************
power.asm
Switch_display BIT 0H
AD_MODE BIT 1H
AD_replacement BIT 2H
divdll equ 28h ;定义被除数单元
divdlh equ 29h
divdhl equ 2ah
divdhh equ 2bh
divl equ 2ch
power.s
/*载入RCSR*/
ldr r0, =RCSR
ldr r1, [r0]
/* 屏蔽 RCSR_HWR | RCSR_WDR| RCSR_AMR |RCSR_GPR */
and r1, r1, #0xf
/* 清除reset控制状态 */
str r1, [r0]
/*通过检查RCSR来判断是否是睡眠苏醒 */
teq r1
power.c
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
power.c
Abstract
Author:
Peter Binder (pbinder) 4/13/98
Revision History:
Date Who What
--------
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\cputest\power.h"
#include "..\..\inc\cputest\rtc.h"
#define FIN 40000
power.bas
'-------------------------------------------
' (c) 1997-1999 MCS Electronics
' POWER.BAS
'-------------------------------------------
Idle