TI中文支持网
TI专业的中文技术问题搜集分享网站

miscDesc表示什么

qmDCfgTestProject 代码中:

#pragma DATA_ALIGN (linkingRAM0, 16)

UInt64                  linkingRAM0[NUM_MONOLITHIC_DESC + NUM_MISC_DESC];

/* Descriptor pool [Size of descriptor * Number of descriptors] */

#pragma DATA_ALIGN (monolithicDesc, 16)

UInt8                   monolithicDesc[SIZE_MONOLITHIC_DESC * NUM_MONOLITHIC_DESC];

#pragma DATA_ALIGN (miscDesc, 16)

UInt8                   miscDesc[SIZE_MISC_DESC * NUM_MISC_DESC];

其中的miscDesc表示什么?

Andy Yin1:

您好,

是用来存储测试用teardown特性的descriptor,详请查看PDK source code及navigator 手册。

赞(0)
未经允许不得转载:TI中文支持网 » miscDesc表示什么
分享到: 更多 (0)