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