Struct nrf52840_pac::uicr::nrfhw::NRFHW_SPEC
source · pub struct NRFHW_SPEC;
Expand description
Trait Implementations§
source§impl Readable for NRFHW_SPEC
impl Readable for NRFHW_SPEC
read()
method returns nrfhw::R reader structure
source§impl RegisterSpec for NRFHW_SPEC
impl RegisterSpec for NRFHW_SPEC
source§impl Resettable for NRFHW_SPEC
impl Resettable for NRFHW_SPEC
reset()
method sets NRFHW[%s]
to value 0xffff_ffff
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for NRFHW_SPEC
impl RefUnwindSafe for NRFHW_SPEC
impl Send for NRFHW_SPEC
impl Sync for NRFHW_SPEC
impl Unpin for NRFHW_SPEC
impl UnwindSafe for NRFHW_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