Struct nrf52840_pac::twim0::inten::W
source · pub struct W(/* private fields */);
Expand description
Register INTEN
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 - Enable or disable interrupt for STOPPED event
sourcepub fn suspended(&mut self) -> SUSPENDED_W<'_, 18>
pub fn suspended(&mut self) -> SUSPENDED_W<'_, 18>
Bit 18 - Enable or disable interrupt for SUSPENDED 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 lastrx(&mut self) -> LASTRX_W<'_, 23>
pub fn lastrx(&mut self) -> LASTRX_W<'_, 23>
Bit 23 - Enable or disable interrupt for LASTRX 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