pub struct W(_);
Expand description
Register INT_RAW
writer
Implementations
sourceimpl W
impl W
sourcepub fn slave_trans_complete_int_raw(
&mut self
) -> SLAVE_TRANS_COMPLETE_INT_RAW_W<'_, 3>
pub fn slave_trans_complete_int_raw(
&mut self
) -> SLAVE_TRANS_COMPLETE_INT_RAW_W<'_, 3>
Bit 3 - Slave accepted 1 byte and address matched
sourcepub fn arbitration_lost_int_raw(&mut self) -> ARBITRATION_LOST_INT_RAW_W<'_, 4>
pub fn arbitration_lost_int_raw(&mut self) -> ARBITRATION_LOST_INT_RAW_W<'_, 4>
Bit 4 - Master lost arbitration
sourcepub fn master_trans_complete_int_raw(
&mut self
) -> MASTER_TRANS_COMPLETE_INT_RAW_W<'_, 5>
pub fn master_trans_complete_int_raw(
&mut self
) -> MASTER_TRANS_COMPLETE_INT_RAW_W<'_, 5>
Bit 5
sourcepub fn trans_complete_int_raw(&mut self) -> TRANS_COMPLETE_INT_RAW_W<'_, 6>
pub fn trans_complete_int_raw(&mut self) -> TRANS_COMPLETE_INT_RAW_W<'_, 6>
Bit 6 - Stop condition has been detected interrupt raw status
Methods from Deref<Target = W<INT_RAW_SPEC>>
Trait Implementations
sourceimpl From<W<INT_RAW_SPEC>> for W
impl From<W<INT_RAW_SPEC>> for W
sourcefn from(writer: W<INT_RAW_SPEC>) -> Self
fn from(writer: W<INT_RAW_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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