Struct nrf52840_pac::twis0::intenclr::W
source · 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 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 rxstarted(&mut self) -> RXSTARTED_W<'_, 19>
pub fn rxstarted(&mut self) -> RXSTARTED_W<'_, 19>
Bit 19 - Write ‘1’ to disable interrupt for RXSTARTED event
sourcepub fn txstarted(&mut self) -> TXSTARTED_W<'_, 20>
pub fn txstarted(&mut self) -> TXSTARTED_W<'_, 20>
Bit 20 - Write ‘1’ to disable interrupt for TXSTARTED event
sourcepub fn write(&mut self) -> WRITE_W<'_, 25>
pub fn write(&mut self) -> WRITE_W<'_, 25>
Bit 25 - Write ‘1’ to disable interrupt for WRITE 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