Struct nrf52840_pac::spim0::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 endrx(&mut self) -> ENDRX_W<'_, 4>
pub fn endrx(&mut self) -> ENDRX_W<'_, 4>
Bit 4 - Write ‘1’ to disable interrupt for ENDRX event
sourcepub fn endtx(&mut self) -> ENDTX_W<'_, 8>
pub fn endtx(&mut self) -> ENDTX_W<'_, 8>
Bit 8 - Write ‘1’ to disable interrupt for ENDTX 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