embassy-usb-synopsys-otg

Crates.ioembassy-usb-synopsys-otg
lib.rsembassy-usb-synopsys-otg
version0.3.1
created_at2024-04-30 15:24:40.871269+00
updated_at2025-08-27 17:02:49.823695+00
description`embassy-usb-driver` implementation for Synopsys OTG USB controllers
homepage
repositoryhttps://github.com/embassy-rs/embassy
max_upload_size
id1225170
size231,106
crates.io (github:embassy-rs:crates-io)

documentation

https://docs.embassy.dev/embassy-usb-synopsys-otg

README

Embassy USB driver for the Synopsys USB OTG core

This crate implements embassy-usb-driver for Synopsys USB OTG devices.

It contains the "core" of the driver that is common across all chips using the Synopsys OTG IP, but it doesn't contain chip-specific initialization such as clock setup and GPIO muxing. You most likely don't want to use this crate directly, but use it through a HAL that does the initialization for you.

List of HALs integrating this driver:

If you wish to integrate this crate into your device's HAL, you will need to add the device-specific initialization. See the above crates for examples on how to do it.

Commit count: 10913

cargo fmt