pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn slave_trans_complete_int_clr(
&mut self
) -> SLAVE_TRANS_COMPLETE_INT_CLR_W<'_, 4>
pub fn slave_trans_complete_int_clr(
&mut self
) -> SLAVE_TRANS_COMPLETE_INT_CLR_W<'_, 4>
Bit 4
sourcepub fn arbitration_lost_int_clr(&mut self) -> ARBITRATION_LOST_INT_CLR_W<'_, 5>
pub fn arbitration_lost_int_clr(&mut self) -> ARBITRATION_LOST_INT_CLR_W<'_, 5>
Bit 5
sourcepub fn master_trans_complete_int_clr(
&mut self
) -> MASTER_TRANS_COMPLETE_INT_CLR_W<'_, 6>
pub fn master_trans_complete_int_clr(
&mut self
) -> MASTER_TRANS_COMPLETE_INT_CLR_W<'_, 6>
Bit 6
sourcepub fn trans_complete_int_clr(&mut self) -> TRANS_COMPLETE_INT_CLR_W<'_, 7>
pub fn trans_complete_int_clr(&mut self) -> TRANS_COMPLETE_INT_CLR_W<'_, 7>
Bit 7
sourcepub fn time_out_int_clr(&mut self) -> TIME_OUT_INT_CLR_W<'_, 8>
pub fn time_out_int_clr(&mut self) -> TIME_OUT_INT_CLR_W<'_, 8>
Bit 8
Methods from Deref<Target = W<INT_CLR_SPEC>>
Trait Implementations
sourceimpl From<W<INT_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
sourcefn from(writer: W<INT_CLR_SPEC>) -> Self
fn from(writer: W<INT_CLR_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