mfcsfr.h

来自「6410BSP3」· C头文件 代码 · 共 49 行

H
49
字号
//
// Copyright (c) Samsung Electronics. Co. LTD.  All rights reserved.
//
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

*/


#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 S3C6410_MFC_SFR *GetMfcSfrVirAddr();
void *MfcGetCmdParamRegion();
    
void         MfcReset();
void         MfcClearIntr();
unsigned int MfcIntrReason();
void         MfcSetEos(int buffer_mode);

void MfcFirmwareIntoCodeDownReg();
void MfcStartBitProcessor();
void MfcStopBitProcessor();
void MfcConfigSFR_BITPROC_BUF();
void MfcConfigSFR_CTRL_OPTS();

int MFC_Sleep();
int MFC_Wakeup();

#ifdef __cplusplus
}
#endif

#endif /* __SAMSUNG_SYSLSI_APDEV_MFC_SFR_H__ */

⌨️ 快捷键说明

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