mpvd_isr.h
来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 32 行
H
32 行
/******************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?