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