Struct nrf52840_pac::uarte0::intenclr::W
source · pub struct W(/* private fields */);
Expand description
Register INTENCLR
writer
Implementations§
source§impl W
impl W
sourcepub fn rxdrdy(&mut self) -> RXDRDY_W<'_, 2>
pub fn rxdrdy(&mut self) -> RXDRDY_W<'_, 2>
Bit 2 - Write ‘1’ to disable interrupt for RXDRDY 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 txdrdy(&mut self) -> TXDRDY_W<'_, 7>
pub fn txdrdy(&mut self) -> TXDRDY_W<'_, 7>
Bit 7 - Write ‘1’ to disable interrupt for TXDRDY 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
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 rxto(&mut self) -> RXTO_W<'_, 17>
pub fn rxto(&mut self) -> RXTO_W<'_, 17>
Bit 17 - Write ‘1’ to disable interrupt for RXTO 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 txstopped(&mut self) -> TXSTOPPED_W<'_, 22>
pub fn txstopped(&mut self) -> TXSTOPPED_W<'_, 22>
Bit 22 - Write ‘1’ to disable interrupt for TXSTOPPED 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