?? lcd_pwr.h
字號:
/*
* @file lcd_pwr.h
*
* Power management implementation for LCD.
*
* @author santosh v kondajji
*
* @version 0.1
*
* History:
*
* Date Author Modification
* -------------------------------------------------------------------
*
*
* (C) Copyright 2005 by Texas Instruments Incorporated, All Rights Reserved
*/
#ifndef LCD_PWR_H_
#define LCD_PWR_H_
#include "nucleus.h"
#include "general.h"
typedef unsigned short int UWORD16;
static NU_TIMER lcd_sleep_timer1,lcd_sleep_timer2;
void lcd_sleep_timer1_expiration(UNSIGNED);
void lcd_sleep_timer2_expiration(UNSIGNED);
UINT8 lcd_pwr_interface(UINT8);
#if (L1_POWER_MGT !=0)
void Lcd_Vote_DeepSleepStatus(void);
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -