Struct nrf52840_pac::pwm0::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn seqend0_stop(&self) -> SEQEND0_STOP_R
pub fn seqend0_stop(&self) -> SEQEND0_STOP_R
Bit 0 - Shortcut between SEQEND[0] event and STOP task
sourcepub fn seqend1_stop(&self) -> SEQEND1_STOP_R
pub fn seqend1_stop(&self) -> SEQEND1_STOP_R
Bit 1 - Shortcut between SEQEND[1] event and STOP task
sourcepub fn loopsdone_seqstart0(&self) -> LOOPSDONE_SEQSTART0_R
pub fn loopsdone_seqstart0(&self) -> LOOPSDONE_SEQSTART0_R
Bit 2 - Shortcut between LOOPSDONE event and SEQSTART[0] task
sourcepub fn loopsdone_seqstart1(&self) -> LOOPSDONE_SEQSTART1_R
pub fn loopsdone_seqstart1(&self) -> LOOPSDONE_SEQSTART1_R
Bit 3 - Shortcut between LOOPSDONE event and SEQSTART[1] task
sourcepub fn loopsdone_stop(&self) -> LOOPSDONE_STOP_R
pub fn loopsdone_stop(&self) -> LOOPSDONE_STOP_R
Bit 4 - Shortcut between LOOPSDONE 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