代码搜索结果
找到约 10,000 项符合
Power 的代码
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.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);
#endif /*__POWER_H__*/