Struct nrf52840_pac::twim0::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn lasttx_startrx(&mut self) -> LASTTX_STARTRX_W<'_, 7>
pub fn lasttx_startrx(&mut self) -> LASTTX_STARTRX_W<'_, 7>
Bit 7 - Shortcut between LASTTX event and STARTRX task
sourcepub fn lasttx_suspend(&mut self) -> LASTTX_SUSPEND_W<'_, 8>
pub fn lasttx_suspend(&mut self) -> LASTTX_SUSPEND_W<'_, 8>
Bit 8 - Shortcut between LASTTX event and SUSPEND task
sourcepub fn lasttx_stop(&mut self) -> LASTTX_STOP_W<'_, 9>
pub fn lasttx_stop(&mut self) -> LASTTX_STOP_W<'_, 9>
Bit 9 - Shortcut between LASTTX event and STOP task
sourcepub fn lastrx_starttx(&mut self) -> LASTRX_STARTTX_W<'_, 10>
pub fn lastrx_starttx(&mut self) -> LASTRX_STARTTX_W<'_, 10>
Bit 10 - Shortcut between LASTRX event and STARTTX task
sourcepub fn lastrx_suspend(&mut self) -> LASTRX_SUSPEND_W<'_, 11>
pub fn lastrx_suspend(&mut self) -> LASTRX_SUSPEND_W<'_, 11>
Bit 11 - Shortcut between LASTRX event and SUSPEND task
sourcepub fn lastrx_stop(&mut self) -> LASTRX_STOP_W<'_, 12>
pub fn lastrx_stop(&mut self) -> LASTRX_STOP_W<'_, 12>
Bit 12 - Shortcut between LASTRX event and STOP task
Methods from Deref<Target = W<SHORTS_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