Struct nrf52840_pac::nvmc::erasepagepartial::ERASEPAGEPARTIAL_SPEC
source · pub struct ERASEPAGEPARTIAL_SPEC;
Expand description
Register for partial erase of a page in code area
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see erasepagepartial module
Trait Implementations§
source§impl Readable for ERASEPAGEPARTIAL_SPEC
impl Readable for ERASEPAGEPARTIAL_SPEC
read()
method returns erasepagepartial::R reader structure
source§impl RegisterSpec for ERASEPAGEPARTIAL_SPEC
impl RegisterSpec for ERASEPAGEPARTIAL_SPEC
source§impl Resettable for ERASEPAGEPARTIAL_SPEC
impl Resettable for ERASEPAGEPARTIAL_SPEC
reset()
method sets ERASEPAGEPARTIAL to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for ERASEPAGEPARTIAL_SPEC
impl Writable for ERASEPAGEPARTIAL_SPEC
write(|w| ..)
method takes erasepagepartial::W writer structure
Auto Trait Implementations§
impl Freeze for ERASEPAGEPARTIAL_SPEC
impl RefUnwindSafe for ERASEPAGEPARTIAL_SPEC
impl Send for ERASEPAGEPARTIAL_SPEC
impl Sync for ERASEPAGEPARTIAL_SPEC
impl Unpin for ERASEPAGEPARTIAL_SPEC
impl UnwindSafe for ERASEPAGEPARTIAL_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