Struct nrf52840_pac::qdec::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn reportrdy_readclracc(&mut self) -> REPORTRDY_READCLRACC_W<'_, 0>
pub fn reportrdy_readclracc(&mut self) -> REPORTRDY_READCLRACC_W<'_, 0>
Bit 0 - Shortcut between REPORTRDY event and READCLRACC task
sourcepub fn samplerdy_stop(&mut self) -> SAMPLERDY_STOP_W<'_, 1>
pub fn samplerdy_stop(&mut self) -> SAMPLERDY_STOP_W<'_, 1>
Bit 1 - Shortcut between SAMPLERDY event and STOP task
sourcepub fn reportrdy_rdclracc(&mut self) -> REPORTRDY_RDCLRACC_W<'_, 2>
pub fn reportrdy_rdclracc(&mut self) -> REPORTRDY_RDCLRACC_W<'_, 2>
Bit 2 - Shortcut between REPORTRDY event and RDCLRACC task
sourcepub fn reportrdy_stop(&mut self) -> REPORTRDY_STOP_W<'_, 3>
pub fn reportrdy_stop(&mut self) -> REPORTRDY_STOP_W<'_, 3>
Bit 3 - Shortcut between REPORTRDY event and STOP task
sourcepub fn dblrdy_rdclrdbl(&mut self) -> DBLRDY_RDCLRDBL_W<'_, 4>
pub fn dblrdy_rdclrdbl(&mut self) -> DBLRDY_RDCLRDBL_W<'_, 4>
Bit 4 - Shortcut between DBLRDY event and RDCLRDBL task
sourcepub fn dblrdy_stop(&mut self) -> DBLRDY_STOP_W<'_, 5>
pub fn dblrdy_stop(&mut self) -> DBLRDY_STOP_W<'_, 5>
Bit 5 - Shortcut between DBLRDY event and STOP task
sourcepub fn samplerdy_readclracc(&mut self) -> SAMPLERDY_READCLRACC_W<'_, 6>
pub fn samplerdy_readclracc(&mut self) -> SAMPLERDY_READCLRACC_W<'_, 6>
Bit 6 - Shortcut between SAMPLERDY event and READCLRACC 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