Struct nrf52840_pac::lpcomp::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn ready_sample(&self) -> READY_SAMPLE_R
pub fn ready_sample(&self) -> READY_SAMPLE_R
Bit 0 - Shortcut between READY event and SAMPLE task
sourcepub fn ready_stop(&self) -> READY_STOP_R
pub fn ready_stop(&self) -> READY_STOP_R
Bit 1 - Shortcut between READY event and STOP task
sourcepub fn down_stop(&self) -> DOWN_STOP_R
pub fn down_stop(&self) -> DOWN_STOP_R
Bit 2 - Shortcut between DOWN event and STOP task
sourcepub fn cross_stop(&self) -> CROSS_STOP_R
pub fn cross_stop(&self) -> CROSS_STOP_R
Bit 4 - Shortcut between CROSS 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