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