⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 powerdemo.h

📁 ADI公司blackfin DSP开发板BF533 EZ-KIT LITE附带的全部原代码
💻 H
字号:
/*********************************************************************************

Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. 

This software is proprietary and confidential.  By using this software you agree
to the terms of the associated Analog Devices License Agreement.  

Description:
			Power Management Sample Program header file
			
*********************************************************************************/
#include <services/services.h>
#include "ezkitutilities.h"	// EZ-Kit utilities
#include "sdram_test.h"

#if !defined (__ADSP_TETON__)
#define	CLEAR_RTC_IRQS		0x807F		// Write-1-To-Clear all RTC interrupts
#endif

void TogglePowerMode	(void);					// Change Power Mode
void ToggleVoltage		(void);					// Change voltage level
void BlinkLEDs			(u32 count,u16 mask);	// Blinks the LED display

// Masks
#define BLINK_MASK 0x003E   // all but LED_1
#define ALL_LEDS   0x003F

// Blink delay count
#define DELAY_COUNT 10000000


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -