Struct stm32_hal2::usb::Peripheral [−][src]
pub struct Peripheral { pub usb: USB, }
Expand description
Represents a Universal Serial Bus (USB) peripheral. Functionality is implemented through the
implemented stm32_usbd::UsbPeripheral
trait.
Fields
usb: USB
USB Register Block
Trait Implementations
Auto Trait Implementations
impl Send for Peripheral
impl Unpin for Peripheral