csd_impl.h

来自「Sigma SMP8634 Mrua v. 2.8.2.0」· C头文件 代码 · 共 26 行

H
26
字号
#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 + =
减小字号Ctrl + -
显示快捷键?