Struct nrf52840_pac::aar::scratchptr::SCRATCHPTR_SPEC
source · pub struct SCRATCHPTR_SPEC;
Expand description
Pointer to data area used for temporary storage
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see scratchptr module
Trait Implementations§
source§impl Readable for SCRATCHPTR_SPEC
impl Readable for SCRATCHPTR_SPEC
read()
method returns scratchptr::R reader structure
source§impl RegisterSpec for SCRATCHPTR_SPEC
impl RegisterSpec for SCRATCHPTR_SPEC
source§impl Resettable for SCRATCHPTR_SPEC
impl Resettable for SCRATCHPTR_SPEC
reset()
method sets SCRATCHPTR to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for SCRATCHPTR_SPEC
impl Writable for SCRATCHPTR_SPEC
write(|w| ..)
method takes scratchptr::W writer structure
Auto Trait Implementations§
impl Freeze for SCRATCHPTR_SPEC
impl RefUnwindSafe for SCRATCHPTR_SPEC
impl Send for SCRATCHPTR_SPEC
impl Sync for SCRATCHPTR_SPEC
impl Unpin for SCRATCHPTR_SPEC
impl UnwindSafe for SCRATCHPTR_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