Struct stm32_hal2::usb::Peripheral [−][src]
pub struct Peripheral { pub usb: USB, }
Expand description
USB Peripheral
Constructs the peripheral, which
than gets passed to the UsbBus
.
Fields
usb: USB
USB Register Block
Trait Implementations
impl UsbPeripheral for Peripheral
[src]
impl UsbPeripheral for Peripheral
[src]const DP_PULL_UP_FEATURE: bool
[src]
const DP_PULL_UP_FEATURE: bool
[src]Embedded pull-up resistor on USB_DP line
const EP_MEMORY_ACCESS_2X16: bool
[src]
const EP_MEMORY_ACCESS_2X16: bool
[src]Endpoint memory access scheme Read more
const EP_MEMORY_SIZE: usize
[src]
const EP_MEMORY_SIZE: usize
[src]Endpoint memory size in bytes
fn startup_delay()
[src]
fn startup_delay()
[src]Performs a chip specific startup delay Read more