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