pub struct SPDCONF_W<'a> { /* private fields */ }
Expand description
Field SPDCONF
writer - Speed Configuration for Host
Implementations
sourceimpl<'a> SPDCONF_W<'a>
impl<'a> SPDCONF_W<'a>
sourcepub fn normal(self) -> &'a mut W
pub fn normal(self) -> &'a mut W
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.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SPDCONF_W<'a>
impl<'a> Send for SPDCONF_W<'a>
impl<'a> Sync for SPDCONF_W<'a>
impl<'a> Unpin for SPDCONF_W<'a>
impl<'a> !UnwindSafe for SPDCONF_W<'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