Struct nrf52840_pac::qdec::accdblread::ACCDBLREAD_SPEC
source · pub struct ACCDBLREAD_SPEC;
Expand description
Snapshot of the ACCDBL, updated by the READCLRACC or RDCLRDBL task
This register you can read
. See API.
For information about available fields see accdblread module
Trait Implementations§
source§impl Readable for ACCDBLREAD_SPEC
impl Readable for ACCDBLREAD_SPEC
read()
method returns accdblread::R reader structure
source§impl RegisterSpec for ACCDBLREAD_SPEC
impl RegisterSpec for ACCDBLREAD_SPEC
source§impl Resettable for ACCDBLREAD_SPEC
impl Resettable for ACCDBLREAD_SPEC
reset()
method sets ACCDBLREAD to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for ACCDBLREAD_SPEC
impl RefUnwindSafe for ACCDBLREAD_SPEC
impl Send for ACCDBLREAD_SPEC
impl Sync for ACCDBLREAD_SPEC
impl Unpin for ACCDBLREAD_SPEC
impl UnwindSafe for ACCDBLREAD_SPEC
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