Struct nrf52840_pac::nvmc::erasepage::ERASEPAGE_SPEC
source · pub struct ERASEPAGE_SPEC;
Expand description
Trait Implementations§
source§impl Readable for ERASEPAGE_SPEC
impl Readable for ERASEPAGE_SPEC
read()
method returns erasepage::R reader structure
source§impl RegisterSpec for ERASEPAGE_SPEC
impl RegisterSpec for ERASEPAGE_SPEC
source§impl Resettable for ERASEPAGE_SPEC
impl Resettable for ERASEPAGE_SPEC
reset()
method sets ERASEPAGE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for ERASEPAGE_SPEC
impl Writable for ERASEPAGE_SPEC
write(|w| ..)
method takes erasepage::W writer structure
Auto Trait Implementations§
impl Freeze for ERASEPAGE_SPEC
impl RefUnwindSafe for ERASEPAGE_SPEC
impl Send for ERASEPAGE_SPEC
impl Sync for ERASEPAGE_SPEC
impl Unpin for ERASEPAGE_SPEC
impl UnwindSafe for ERASEPAGE_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