Struct nrf52840_pac::mwu::regionenset::REGIONENSET_SPEC
source · pub struct REGIONENSET_SPEC;
Expand description
Enable regions watch
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see regionenset module
Trait Implementations§
source§impl Readable for REGIONENSET_SPEC
impl Readable for REGIONENSET_SPEC
read()
method returns regionenset::R reader structure
source§impl RegisterSpec for REGIONENSET_SPEC
impl RegisterSpec for REGIONENSET_SPEC
source§impl Resettable for REGIONENSET_SPEC
impl Resettable for REGIONENSET_SPEC
reset()
method sets REGIONENSET to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for REGIONENSET_SPEC
impl Writable for REGIONENSET_SPEC
write(|w| ..)
method takes regionenset::W writer structure
Auto Trait Implementations§
impl Freeze for REGIONENSET_SPEC
impl RefUnwindSafe for REGIONENSET_SPEC
impl Send for REGIONENSET_SPEC
impl Sync for REGIONENSET_SPEC
impl Unpin for REGIONENSET_SPEC
impl UnwindSafe for REGIONENSET_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