Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/host/src/
Dusbhost_nosdk_speed.c357 struct OsalThread urbSendProcess; in main() local
380 ret = OsalThreadCreate(&urbSendProcess, (OsalThreadEntry)SendProcess, NULL); in main()
386 ret = OsalThreadStart(&urbSendProcess, &threadCfg); in main()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_nosdk_speed.c345 struct OsalThread urbSendProcess; in UsbSerialSpeedThreadCreate() local
356 ret = OsalThreadCreate(&urbSendProcess, (OsalThreadEntry)SendProcess, NULL); in UsbSerialSpeedThreadCreate()
362 ret = OsalThreadStart(&urbSendProcess, &threadCfg); in UsbSerialSpeedThreadCreate()