Struct nrf52840_pac::comp::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn ready_sample(&mut self) -> READY_SAMPLE_W<'_, 0>
pub fn ready_sample(&mut self) -> READY_SAMPLE_W<'_, 0>
Bit 0 - Shortcut between READY event and SAMPLE task
sourcepub fn ready_stop(&mut self) -> READY_STOP_W<'_, 1>
pub fn ready_stop(&mut self) -> READY_STOP_W<'_, 1>
Bit 1 - Shortcut between READY event and STOP task
sourcepub fn down_stop(&mut self) -> DOWN_STOP_W<'_, 2>
pub fn down_stop(&mut self) -> DOWN_STOP_W<'_, 2>
Bit 2 - Shortcut between DOWN event and STOP task
sourcepub fn cross_stop(&mut self) -> CROSS_STOP_W<'_, 4>
pub fn cross_stop(&mut self) -> CROSS_STOP_W<'_, 4>
Bit 4 - Shortcut between CROSS 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