Convert a USB error code to a string.
const char *UsbGetErrorString(
int32_t errnum
);
errnum
A pointer to a string containing a text representation of the error number, or the string "USB_ERR_UNKNOWN" in the case where the errnum value is invaliud.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.0 | intime/rt/include/usbif3h | usbif3h | usbif3lib |