代码搜索结果
找到约 10,000 项符合
Power 的代码
power.cpp
/******************************************************************************
*
* File Name:
*
* Power.cpp
*
* Description:
*
* Power Management functions
*
* Revision
power.c
/*********************************************************
Project: ST FST(TDA7540)
File name: power.c
Description:
Write/Modify: Perry Liang
Time: 2006-1-24- 15:35:12
******************
power.h
/*********************************************************
Project: ST FST(TDA7540)
File name: power.h
Description:
Write/Modify: Perry
Time: 2005-11-22- 11:55:42
***********************
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.h
// Power.h: interface for the CPower class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_POWER_H__079364C2_5F1F_4169_824A_DFAD10C40B71__INCLUDED_)
#
power.cpp
// Power.cpp: implementation of the CPower class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawChip.h"
#include "Power.h"
#ifde