Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c39 #define URB_COMPLETE_PROCESS_STACK_SIZE 8196 macro
375 threadCfg.stackSize = URB_COMPLETE_PROCESS_STACK_SIZE; in main()
390 threadCfg.stackSize = URB_COMPLETE_PROCESS_STACK_SIZE; in main()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c41 #define URB_COMPLETE_PROCESS_STACK_SIZE 8196 macro
354 threadCfg.stackSize = URB_COMPLETE_PROCESS_STACK_SIZE; in UsbSerialSpeedThreadCreate()