pub struct W(_);
Expand description
Register INT_RAW
writer
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more