Crate ht32_usbd

Source
Expand description

USB peripheral driver for HT32 microcontrollers.

Re-exports§

pub use crate::bus::UsbBus;

Modules§

bus
USB peripheral driver.

Traits§

UsbPeripheral
A trait for device-specific USB peripherals. Implement this to add support for a new hardware platform. Peripherals that have this trait must have the same register block as the USBFS peripheral in the HT32F1yyy series.