Struct stm32_hal2::usb::Peripheral [−][src]
pub struct Peripheral {
pub usb: USB,
}USB Peripheral
Constructs the peripheral, which
than gets passed to the UsbBus.
Fields
usb: USBUSB Register Block
Trait Implementations
impl Sync for Peripheral[src]
impl Sync for Peripheral[src]impl UsbPeripheral for Peripheral[src]
impl UsbPeripheral for Peripheral[src]const REGISTERS: *const ()[src]
const DP_PULL_UP_FEATURE: bool[src]
const EP_MEMORY: *const ()[src]
const EP_MEMORY_ACCESS_2X16: bool[src]
const EP_MEMORY_SIZE: usize[src]
fn enable()[src]
fn startup_delay()[src]
Auto Trait Implementations
impl Send for Peripheral
impl Send for Peripheralimpl Unpin for Peripheral
impl Unpin for Peripheral