Struct nrf52840_pac::qdec::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn reportrdy_readclracc(&self) -> REPORTRDY_READCLRACC_R
pub fn reportrdy_readclracc(&self) -> REPORTRDY_READCLRACC_R
Bit 0 - Shortcut between REPORTRDY event and READCLRACC task
sourcepub fn samplerdy_stop(&self) -> SAMPLERDY_STOP_R
pub fn samplerdy_stop(&self) -> SAMPLERDY_STOP_R
Bit 1 - Shortcut between SAMPLERDY event and STOP task
sourcepub fn reportrdy_rdclracc(&self) -> REPORTRDY_RDCLRACC_R
pub fn reportrdy_rdclracc(&self) -> REPORTRDY_RDCLRACC_R
Bit 2 - Shortcut between REPORTRDY event and RDCLRACC task
sourcepub fn reportrdy_stop(&self) -> REPORTRDY_STOP_R
pub fn reportrdy_stop(&self) -> REPORTRDY_STOP_R
Bit 3 - Shortcut between REPORTRDY event and STOP task
sourcepub fn dblrdy_rdclrdbl(&self) -> DBLRDY_RDCLRDBL_R
pub fn dblrdy_rdclrdbl(&self) -> DBLRDY_RDCLRDBL_R
Bit 4 - Shortcut between DBLRDY event and RDCLRDBL task
sourcepub fn dblrdy_stop(&self) -> DBLRDY_STOP_R
pub fn dblrdy_stop(&self) -> DBLRDY_STOP_R
Bit 5 - Shortcut between DBLRDY event and STOP task
sourcepub fn samplerdy_readclracc(&self) -> SAMPLERDY_READCLRACC_R
pub fn samplerdy_readclracc(&self) -> SAMPLERDY_READCLRACC_R
Bit 6 - Shortcut between SAMPLERDY event and READCLRACC 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