Struct nrf52840_pac::ccm::outptr::OUTPTR_SPEC
source · pub struct OUTPTR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for OUTPTR_SPEC
impl Readable for OUTPTR_SPEC
read()
method returns outptr::R reader structure
source§impl RegisterSpec for OUTPTR_SPEC
impl RegisterSpec for OUTPTR_SPEC
source§impl Resettable for OUTPTR_SPEC
impl Resettable for OUTPTR_SPEC
reset()
method sets OUTPTR 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 OUTPTR_SPEC
impl RefUnwindSafe for OUTPTR_SPEC
impl Send for OUTPTR_SPEC
impl Sync for OUTPTR_SPEC
impl Unpin for OUTPTR_SPEC
impl UnwindSafe for OUTPTR_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