📄 mfcsfr.h
字号:
#ifndef __SAMSUNG_SYSLSI_APDEV_MFC_SFR_H__
#define __SAMSUNG_SYSLSI_APDEV_MFC_SFR_H__
#include "MfcTypes.h"
#include "Mfc.h"
#ifdef __cplusplus
extern "C" {
#endif
BOOL MfcIssueCmd(int inst_no, MFC_CODECMODE codec_mode, MFC_COMMAND mfc_cmd);
int GetFirmwareVersion(void);
BOOL MfcSfrMemMapping();
volatile S3C6400_MFC_SFR *GetMfcSfrVirAddr();
void *MfcGetCmdParamRegion();
void MfcReset();
void MfcClearIntr();
unsigned int MfcIntrReason();
void MfcSetEos();
void MfcFirmwareIntoCodeDownReg();
void MfcStartBitProcessor();
void MfcStopBitProcessor();
void MfcConfigSFR_BITPROC_BUF();
void MfcConfigSFR_CTRL_OPTS();
#ifdef __cplusplus
}
#endif
#endif /* __SAMSUNG_SYSLSI_APDEV_MFC_SFR_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -