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