[][src]Type Definition stm32f3xx_hal::usb::UsbBusType

type UsbBusType = UsbBus<Peripheral>;

Type of the UsbBus

As this MCU family has only USB peripheral, this is the only possible concrete type construction.