Struct nrf52840_pac::uarte0::inten::W
source · pub struct W(/* private fields */);
Expand description
Register INTEN
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 - Enable or disable interrupt for RXDRDY event
sourcepub fn txdrdy(&mut self) -> TXDRDY_W<'_, 7>
pub fn txdrdy(&mut self) -> TXDRDY_W<'_, 7>
Bit 7 - Enable or disable interrupt for TXDRDY event
sourcepub fn rxstarted(&mut self) -> RXSTARTED_W<'_, 19>
pub fn rxstarted(&mut self) -> RXSTARTED_W<'_, 19>
Bit 19 - Enable or disable interrupt for RXSTARTED event
sourcepub fn txstarted(&mut self) -> TXSTARTED_W<'_, 20>
pub fn txstarted(&mut self) -> TXSTARTED_W<'_, 20>
Bit 20 - Enable or disable interrupt for TXSTARTED event
sourcepub fn txstopped(&mut self) -> TXSTOPPED_W<'_, 22>
pub fn txstopped(&mut self) -> TXSTOPPED_W<'_, 22>
Bit 22 - Enable or disable interrupt for TXSTOPPED event
Methods from Deref<Target = W<INTEN_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