This section lists the return codes for the USB device driver API
◆ USBD_STATUS_ABORTED
Operation has been aborted (error or stall).
Definition at line 104 of file USBD.h.
◆ USBD_STATUS_CANCELED
Operation has been cancelled (by user).
Definition at line 106 of file USBD.h.
◆ USBD_STATUS_HW_NOT_SUPPORTED
Operation failed because HW not supported
Definition at line 118 of file USBD.h.
◆ USBD_STATUS_INVALID_PARAMETER
Operation failed because parameter error
Definition at line 112 of file USBD.h.
◆ USBD_STATUS_LOCKED
Endpoint/device is already busy.
Definition at line 102 of file USBD.h.
◆ USBD_STATUS_PARTIAL_DONE
Part of operation successfully done.
Definition at line 110 of file USBD.h.
◆ USBD_STATUS_RESET
Operation has been aborted because the device init/reset/un-configure.
Definition at line 108 of file USBD.h.
◆ USBD_STATUS_SUCCESS
Indicates the operation was successful.
Definition at line 100 of file USBD.h.
◆ USBD_STATUS_SW_NOT_SUPPORTED
Operation failed because SW not supported
Definition at line 116 of file USBD.h.
◆ USBD_STATUS_WRONG_STATE
Operation failed because in unexpected state
Definition at line 114 of file USBD.h.