Struct nrf52840_pac::twim0::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn lasttx_startrx(&self) -> LASTTX_STARTRX_R
pub fn lasttx_startrx(&self) -> LASTTX_STARTRX_R
Bit 7 - Shortcut between LASTTX event and STARTRX task
sourcepub fn lasttx_suspend(&self) -> LASTTX_SUSPEND_R
pub fn lasttx_suspend(&self) -> LASTTX_SUSPEND_R
Bit 8 - Shortcut between LASTTX event and SUSPEND task
sourcepub fn lasttx_stop(&self) -> LASTTX_STOP_R
pub fn lasttx_stop(&self) -> LASTTX_STOP_R
Bit 9 - Shortcut between LASTTX event and STOP task
sourcepub fn lastrx_starttx(&self) -> LASTRX_STARTTX_R
pub fn lastrx_starttx(&self) -> LASTRX_STARTTX_R
Bit 10 - Shortcut between LASTRX event and STARTTX task
sourcepub fn lastrx_suspend(&self) -> LASTRX_SUSPEND_R
pub fn lastrx_suspend(&self) -> LASTRX_SUSPEND_R
Bit 11 - Shortcut between LASTRX event and SUSPEND task
sourcepub fn lastrx_stop(&self) -> LASTRX_STOP_R
pub fn lastrx_stop(&self) -> LASTRX_STOP_R
Bit 12 - Shortcut between LASTRX event and STOP task
Methods from Deref<Target = R<SHORTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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