Available on crate feature
usb
only.Expand description
§USB peripheral.
Mostly builds upon the stm32_usbd
crate.
§Examples
See examples/usb_serial.rs for a usage example.
Structs§
- Peripheral
- USB Peripheral
- UsbBus
- USB peripheral driver for STM32 microcontrollers.
Traits§
- DmPin
- Trait implemented by all pins that can be the “D-” pin for the USB peripheral
- DpPin
- Trait implemented by all pins that can be the “D+” pin for the USB peripheral
Type Aliases§
- UsbBus
Type - Type of the
UsbBus