mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-22 20:03:06 +00:00
add docs for usb version variants
This commit is contained in:
parent
1f9e678066
commit
0b7f9d84be
@ -12,7 +12,9 @@ use crate::{Handler, Interface, UsbDevice, MAX_INTERFACE_COUNT, STRING_INDEX_CUS
|
|||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
/// Allows Configuring the Bcd USB version below 2.1
|
/// Allows Configuring the Bcd USB version below 2.1
|
||||||
pub enum UsbVersion {
|
pub enum UsbVersion {
|
||||||
|
/// Usb version 2.0
|
||||||
Two = 0x0200,
|
Two = 0x0200,
|
||||||
|
/// Usb version 2.1
|
||||||
TwoOne = 0x0210,
|
TwoOne = 0x0210,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user