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