Docs.rs
stm32-usbd-0.8.0
stm32-usbd 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mvirkkunen
Disasm
github:stm32-rs:stm32-usb
Dependencies
cortex-m ^0.7.1
normal
usb-device ^0.3.1
normal
vcell ^0.1.2
normal
stm32f1xx-hal ^0.7.0
dev
Versions
95%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
stm32_usbd/pac/
mod.rs
1
#[allow(unused, non_camel_case_types)]
2
pub mod
usb;
3
4
#[allow(dead_code)]
5
mod
generic;