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

type UsbBusType = UsbBus<Peripheral>;

Type of the UsbBus

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