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