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

📄 mpvd_isr.h

📁 SAMSUNG 5009的源代码
💻 H
字号:
/******************************************************************************
 *   Filename    : Mpvd_isr.h
 *   Start       : 2005.1.15
 *   By          : Inseo Han
 *   Contact     : ishan@samsung.com
 *   Description : 
 ******************************************************************************
 */ 

#ifndef _MPVD_ISR_H_
#define _MPVD_ISR_H_

#ifdef __cplusplus
extern "C" {
#endif


void mpvdHisrCmdReady(void);
void mpvdHisrSetError(void);
void mpvdHisrVldReady(void);

void mpvdHandleInterrupt(SINT param);


#ifdef __cplusplus
}
#endif


#endif

⌨️ 快捷键说明

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