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