Home
last modified time | relevance | path

Searched refs:readSbuf (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h65 int32_t UsbHostDdkTestAsyncRead(char *readSbuf);
67 void UsbHostDdkTestSyncRead(char *readSbuf);
69 void UsbHostDdkTestCtrlClass(char *readSbuf);
70 void UsbHostDdkTestStdGetDes(char *readSbuf);
71 void UsbHostDdkTestStdGetDesAsync(char *readSbuf);
72 void UsbHostDdkTestStdGetStatus(char *readSbuf);
74 void UsbHostDdkTestGetBaudrate(char *readSbuf);
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c177 int32_t UsbHostDdkTestAsyncRead(char * const readSbuf) in UsbHostDdkTestAsyncRead() argument
195 if (readSbuf != NULL) { in UsbHostDdkTestAsyncRead()
196 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp)); in UsbHostDdkTestAsyncRead()
240 void UsbHostDdkTestSyncRead(char *readSbuf) in UsbHostDdkTestSyncRead() argument
259 if (readSbuf != NULL) { in UsbHostDdkTestSyncRead()
260 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp)); in UsbHostDdkTestSyncRead()
299 void UsbHostDdkTestCtrlClass(char *readSbuf) in UsbHostDdkTestCtrlClass() argument
314 if (readSbuf != NULL) { in UsbHostDdkTestCtrlClass()
316 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp)); in UsbHostDdkTestCtrlClass()
326 void UsbHostDdkTestStdGetDes(char *readSbuf) in UsbHostDdkTestStdGetDes() argument
360 UsbHostDdkTestStdGetDesAsync(char *readSbuf) UsbHostDdkTestStdGetDesAsync() argument
396 UsbHostDdkTestStdGetStatus(char *readSbuf) UsbHostDdkTestStdGetStatus() argument
514 UsbHostDdkTestGetBaudrate(char *readSbuf) UsbHostDdkTestGetBaudrate() argument
[all...]

Completed in 2 milliseconds