#[repr(u8)]
pub enum SPDCONF_A {
NORMAL,
FS,
}
Expand description
Speed Configuration for Host
Value on reset: 0
Variants
NORMAL
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: Full-speed: the host remains in full-speed mode whatever is the peripheral speed capability. Relevant in UTMI mode only.
Trait Implementations
impl Copy for SPDCONF_A
impl StructuralPartialEq for SPDCONF_A
Auto Trait Implementations
impl RefUnwindSafe for SPDCONF_A
impl Send for SPDCONF_A
impl Sync for SPDCONF_A
impl Unpin for SPDCONF_A
impl UnwindSafe for SPDCONF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more