pub struct Peripheral {
pub regs: USB,
}
Expand description
Represents a Universal Serial Bus (USB) peripheral. Functionality is implemented through the
implemented stm32_usbd::UsbPeripheral
trait.
Pointer to the register block
Embedded pull-up resistor on USB_DP line
Pointer to the endpoint memory
Endpoint memory size in bytes
Enables USB device on its peripheral bus
Performs a chip specific startup delay Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.