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

📄 dvstest.h

📁 The firmware test code for s3c2440
💻 H
字号:
//===================================================================
// File Name : Dvstest.c
// Function  : S3C2440A 
// Date      : Feb 02, 2004
// Version   : 0.0
// History
//  0.00: Feb.xx.2004:DonGo: first draft version for DVS.
//===================================================================

#ifndef __DVSTEST_H__
#define __DVSTEST_H__

/**************** Main function *****************/
void Dvs_Test(void);

/**************** Sub function *****************/
void Set_Lcd_Tft_16Bit_240320_Dvs(void);
void __irq Lcd_Int_Frame_ForDvs(void);
void __irq Timer0_intr(void);
void Timer_Setting(void);


void Led_Onoff(int Led_No, int On_Off);

#define LED1	(1<<4)
#define LED2	(1<<5)
#define LED3	(1<<6)
#define LED4	(1<<7)
#define ON		1
#define OFF		0

#endif    //__DVSTEST_H__

⌨️ 快捷键说明

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