pub struct ERASEPAGEPARTIALCFG_SPEC;
Expand description
Register for partial erase configuration
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see erasepagepartialcfg module
Trait Implementations§
source§impl Readable for ERASEPAGEPARTIALCFG_SPEC
impl Readable for ERASEPAGEPARTIALCFG_SPEC
read()
method returns erasepagepartialcfg::R reader structure
source§impl Resettable for ERASEPAGEPARTIALCFG_SPEC
impl Resettable for ERASEPAGEPARTIALCFG_SPEC
reset()
method sets ERASEPAGEPARTIALCFG to value 0x0a
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for ERASEPAGEPARTIALCFG_SPEC
impl Writable for ERASEPAGEPARTIALCFG_SPEC
write(|w| ..)
method takes erasepagepartialcfg::W writer structure
Auto Trait Implementations§
impl Freeze for ERASEPAGEPARTIALCFG_SPEC
impl RefUnwindSafe for ERASEPAGEPARTIALCFG_SPEC
impl Send for ERASEPAGEPARTIALCFG_SPEC
impl Sync for ERASEPAGEPARTIALCFG_SPEC
impl Unpin for ERASEPAGEPARTIALCFG_SPEC
impl UnwindSafe for ERASEPAGEPARTIALCFG_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