pub struct SPEED_W<'a> { /* private fields */ }
Expand description
Field SPEED
writer - Transfer Speed
Implementations
sourceimpl<'a> SPEED_W<'a>
impl<'a> SPEED_W<'a>
sourcepub fn standard_and_fast_mode(self) -> &'a mut W
pub fn standard_and_fast_mode(self) -> &'a mut W
Standard Mode(Sm) Upto 100kHz and Fast Mode(Fm) Upto 400kHz
sourcepub fn fastplus_mode(self) -> &'a mut W
pub fn fastplus_mode(self) -> &'a mut W
Fast-mode Plus Upto 1MHz
sourcepub fn high_speed_mode(self) -> &'a mut W
pub fn high_speed_mode(self) -> &'a mut W
High-speed mode Upto 3.4MHz
Auto Trait Implementations
impl<'a> RefUnwindSafe for SPEED_W<'a>
impl<'a> Send for SPEED_W<'a>
impl<'a> Sync for SPEED_W<'a>
impl<'a> Unpin for SPEED_W<'a>
impl<'a> !UnwindSafe for SPEED_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