Struct nrf52840_pac::pwm0::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn seqend0_stop(&mut self) -> SEQEND0_STOP_W<'_, 0>
pub fn seqend0_stop(&mut self) -> SEQEND0_STOP_W<'_, 0>
Bit 0 - Shortcut between SEQEND[0] event and STOP task
sourcepub fn seqend1_stop(&mut self) -> SEQEND1_STOP_W<'_, 1>
pub fn seqend1_stop(&mut self) -> SEQEND1_STOP_W<'_, 1>
Bit 1 - Shortcut between SEQEND[1] event and STOP task
sourcepub fn loopsdone_seqstart0(&mut self) -> LOOPSDONE_SEQSTART0_W<'_, 2>
pub fn loopsdone_seqstart0(&mut self) -> LOOPSDONE_SEQSTART0_W<'_, 2>
Bit 2 - Shortcut between LOOPSDONE event and SEQSTART[0] task
sourcepub fn loopsdone_seqstart1(&mut self) -> LOOPSDONE_SEQSTART1_W<'_, 3>
pub fn loopsdone_seqstart1(&mut self) -> LOOPSDONE_SEQSTART1_W<'_, 3>
Bit 3 - Shortcut between LOOPSDONE event and SEQSTART[1] task
sourcepub fn loopsdone_stop(&mut self) -> LOOPSDONE_STOP_W<'_, 4>
pub fn loopsdone_stop(&mut self) -> LOOPSDONE_STOP_W<'_, 4>
Bit 4 - Shortcut between LOOPSDONE event and STOP task
Methods from Deref<Target = W<SHORTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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