Struct nrf52840_pac::qspi::dpmdur::DPMDUR_SPEC
source · pub struct DPMDUR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for DPMDUR_SPEC
impl Readable for DPMDUR_SPEC
read()
method returns dpmdur::R reader structure
source§impl RegisterSpec for DPMDUR_SPEC
impl RegisterSpec for DPMDUR_SPEC
source§impl Resettable for DPMDUR_SPEC
impl Resettable for DPMDUR_SPEC
reset()
method sets DPMDUR to value 0xffff_ffff
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DPMDUR_SPEC
impl RefUnwindSafe for DPMDUR_SPEC
impl Send for DPMDUR_SPEC
impl Sync for DPMDUR_SPEC
impl Unpin for DPMDUR_SPEC
impl UnwindSafe for DPMDUR_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