Module stm32f3xx_hal::usb

source ·
Expand description

USB peripheral.

Mostly builds upon the stm32_usbd crate.

Examples

See examples/usb_serial.rs for a usage example.

Structs

Traits

  • Trait implemented by all pins that can be the “D-” pin for the USB peripheral
  • Trait implemented by all pins that can be the “D+” pin for the USB peripheral

Type Aliases