#[repr(u8)]pub enum SPDCONF_A {
NORMAL = 0,
LOW_POWER = 1,
}Expand description
Mode Configuration
Value on reset: 0
Variants§
NORMAL = 0
0: The peripheral starts in Full-speed mode and performs a high-speed reset to switch to High-speed mode if the host is high-speed-capable.
LOW_POWER = 1
1: For a better consumption, if high speed is not needed.
Trait Implementations§
impl Copy for SPDCONF_A
impl StructuralPartialEq for SPDCONF_A
Auto Trait Implementations§
impl Freeze for SPDCONF_A
impl RefUnwindSafe for SPDCONF_A
impl Send for SPDCONF_A
impl Sync for SPDCONF_A
impl Unpin for SPDCONF_A
impl UnsafeUnpin for SPDCONF_A
impl UnwindSafe for SPDCONF_A
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