[−][src]Enum lpc55_hal::drivers::usbd::prelude::UsbError
A USB stack error.
Variants
An operation would block because the device is currently busy or there is no data available.
Parsing failed due to invalid input.
A buffer too short for the data to read was passed, or provided data cannot fit within length constraints.
Classes attempted to allocate more endpoints than the peripheral supports.
Classes attempted to allocate more packet buffer memory than the peripheral supports. This can be caused by either a single class trying to allocate a packet buffer larger than the peripheral supports per endpoint, or multiple allocated endpoints together using more memory than the peripheral has available for the buffers.
The endpoint address is invalid or already used.
Operation is not supported by device or configuration.
Operation is not valid in the current state of the object.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,