pub struct W(/* private fields */);
Expand description
Register INTENCLR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn stopped(&mut self) -> STOPPED_W<'_, 1>
pub fn stopped(&mut self) -> STOPPED_W<'_, 1>
Bit 1 - Write ‘1’ to disable interrupt for STOPPED event
Sourcepub fn rxdready(&mut self) -> RXDREADY_W<'_, 2>
pub fn rxdready(&mut self) -> RXDREADY_W<'_, 2>
Bit 2 - Write ‘1’ to disable interrupt for RXDREADY event
Sourcepub fn txdsent(&mut self) -> TXDSENT_W<'_, 7>
pub fn txdsent(&mut self) -> TXDSENT_W<'_, 7>
Bit 7 - Write ‘1’ to disable interrupt for TXDSENT event
Sourcepub fn error(&mut self) -> ERROR_W<'_, 9>
pub fn error(&mut self) -> ERROR_W<'_, 9>
Bit 9 - Write ‘1’ to disable interrupt for ERROR event
Sourcepub fn suspended(&mut self) -> SUSPENDED_W<'_, 18>
pub fn suspended(&mut self) -> SUSPENDED_W<'_, 18>
Bit 18 - Write ‘1’ to disable interrupt for SUSPENDED event
Methods from Deref<Target = W<INTENCLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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