📄 powerdemo.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 + -