#[repr(u8)]pub enum Spdconfselect {
Normal = 0,
Fs = 3,
}
Expand description
Speed Configuration for Host
Value on reset: 0
Variants§
Normal = 0
0: Normal mode:the host starts in full-speed mode and performs a high-speed reset to switch to the high speed mode if the downstream peripheral is high-speed capable.
Fs = 3
3: Full-speed:the host remains in full-speed mode whatever is the peripheral speed capability. Relevant in UTMI mode only.
Trait Implementations§
Source§impl Clone for Spdconfselect
impl Clone for Spdconfselect
Source§fn clone(&self) -> Spdconfselect
fn clone(&self) -> Spdconfselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Spdconfselect
impl Debug for Spdconfselect
Source§impl From<Spdconfselect> for u8
impl From<Spdconfselect> for u8
Source§fn from(variant: Spdconfselect) -> Self
fn from(variant: Spdconfselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Spdconfselect
impl PartialEq for Spdconfselect
impl Copy for Spdconfselect
impl Eq for Spdconfselect
impl IsEnum for Spdconfselect
impl StructuralPartialEq for Spdconfselect
Auto Trait Implementations§
impl Freeze for Spdconfselect
impl RefUnwindSafe for Spdconfselect
impl Send for Spdconfselect
impl Sync for Spdconfselect
impl Unpin for Spdconfselect
impl UnwindSafe for Spdconfselect
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