Home
last modified time | relevance | path

Searched refs:DEVICE_MAX_NUM (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/tools/loadrun/
Dloadrun.c124 #define DEVICE_MAX_NUM 256 macro
126 ISNTDDevice gDeviceList[DEVICE_MAX_NUM];
215 gConnectedDeviceNum = ISNTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in listDevice()
998 gConnectedDeviceNum = ISNTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in main()
/TwlSDK-5.2.1/build/tools/loadrun.TWL/
Dloadrun.c135 #define DEVICE_MAX_NUM 256 macro
137 ISTDDevice gDeviceList[DEVICE_MAX_NUM];
236 gConnectedDeviceNum = ISTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in listDevice()
1201 gConnectedDeviceNum = ISTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in main()