#[repr(u8)]pub enum Devspd {
USBHS20 = 0,
USBFS20 = 1,
USBLS116 = 2,
USBFS1148 = 3,
}Variants§
USBHS20 = 0
High speed USB 2.0 PHY clock is 30 MHz or 60 MHz
USBFS20 = 1
Full speed USB 2.0 PHY clock is 30 MHz or 60 MHz
USBLS116 = 2
Low speed USB 1.1 transceiver clock is 6 MHz
USBFS1148 = 3
Full speed USB 1.1 transceiver clock is 48 MHz
Implementations§
Trait Implementations§
Source§impl Ord for Devspd
impl Ord for Devspd
Source§impl PartialOrd for Devspd
impl PartialOrd for Devspd
impl Copy for Devspd
impl Eq for Devspd
impl StructuralPartialEq for Devspd
Auto Trait Implementations§
impl Freeze for Devspd
impl RefUnwindSafe for Devspd
impl Send for Devspd
impl Sync for Devspd
impl Unpin for Devspd
impl UnwindSafe for Devspd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)