pub struct W(_);Expand description
Register STATUS writer
Implementations
sourceimpl W
 
impl W
sourcepub fn busstate(&mut self) -> BUSSTATE_W<'_>
 
pub fn busstate(&mut self) -> BUSSTATE_W<'_>
Bits 4:5 - Bus State
sourcepub fn mexttout(&mut self) -> MEXTTOUT_W<'_>
 
pub fn mexttout(&mut self) -> MEXTTOUT_W<'_>
Bit 8 - Master SCL Low Extend Timeout
sourcepub fn sexttout(&mut self) -> SEXTTOUT_W<'_>
 
pub fn sexttout(&mut self) -> SEXTTOUT_W<'_>
Bit 9 - Slave SCL Low Extend Timeout
Methods from Deref<Target = W<STATUS_SPEC>>
Trait Implementations
sourceimpl From<W<STATUS_SPEC>> for W
 
impl From<W<STATUS_SPEC>> for W
sourcefn from(writer: W<STATUS_SPEC>) -> Self
 
fn from(writer: W<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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