* These are the device identifiers used in the Example Application */
const
uint32_t DEVICE_ID1_16BIT = 0xBEEF;const
uint32_t DEVICE_ID1_8BIT = 0xAB;const
uint32_t DEVICE_ID2_16BIT = 0x4560;const
uint32_t DEVICE_ID2_8BIT = 0xCD;const
uint32_t DEVICE_ID3_16BIT = 0x1234;const
uint32_t DEVICE_ID3_8BIT = 0x12;//const uint32_t DEVICE_ID4_16BIT = 0x5678;
const
uint32_t DEVICE_ID4_16BIT = 0xABFF;const
uint32_t DEVICE_ID4_8BIT = 0x56; SRIO loopbackDioIsr.c 程序中每个ID有8位或者16位2种地址?各个地址代表的含义是什么?该如何设置?
jiale feng:
回复 Brighton Feng:
好的 谢谢