Enum nrf52840_pac::mwu::regionenset::RGN1WA_AW
source · pub enum RGN1WA_AW {
SET = 1,
}
Expand description
Enable write access watch in region[1]
Value on reset: 0
Variants§
SET = 1
1: Enable write access watch in this region
Trait Implementations§
impl Copy for RGN1WA_AW
impl StructuralPartialEq for RGN1WA_AW
Auto Trait Implementations§
impl Freeze for RGN1WA_AW
impl RefUnwindSafe for RGN1WA_AW
impl Send for RGN1WA_AW
impl Sync for RGN1WA_AW
impl Unpin for RGN1WA_AW
impl UnwindSafe for RGN1WA_AW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)