代码搜索结果
找到约 10,000 项符合
Power 的代码
power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
power.c
#include "def.h"
#include "option.h"
#include
#include "k44.h"
#include "k44lib.h"
static volatile int cntEint0,cntEint1,cntEint2;
static volatile int tmcCnt0,tmcCnt1,tmcCnt2,tmcC
power.h
#ifndef __POWER_H__
#define __POWER_H__
void Test_IdleMode(void);
void Test_IdleModeWithTimer(void);
void Test_StopMode(void);
#endif /*__POWER_H__*/