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

📄 csd_impl.h

📁 Sigma SMP8634 Mrua v. 2.8.2.0
💻 H
字号:
#ifndef _CSD_IMPL_H_#define _CSD_IMPL_H_#include "rmdef/rmdef.h"#include "gbuslib/include/gbus_fifo.h"#define MAX_SOFTWARE_VERSION_LENGTH	20struct SCsdDescramblerChannelID {	RMuint32 channel_id;};struct SCsdRam2RamChannelID {	RMuint32 channel_id;};struct SCsdInitParameters {		RMuint32 xrpc_base_address;  // buffer information for the XRPC calls		RMuint32 xrpc_size;		RMint32 flash_sector;		RMuint32 slot;		// preload slot number		RMbool with_preload;};#endif /* _CSD_IMPL_H_ */

⌨️ 快捷键说明

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