[][src]Module stm32l0xx_hal::usb

Interface to the USB peripheral

Requires the stm32-usbd feature.

As USB seems to work mostly the same across all STM32 MCUs, there is a single crate that supports USB for these MCUs: stm32-usbd

This module implements some bits needed for stm32-usbd to work and exports UsbBus from stm32-usbd.

Please check out the USB examples in the examples/ directory to see how it fits together.

Structs

USB
UsbBus

USB peripheral driver for STM32 microcontrollers.

Type Definitions

UsbBusType