Enum nrf52840_pac::mwu::regionenset::RGN2RA_A
source · pub enum RGN2RA_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable read access watch in region[2]
Value on reset: 0
Variants§
DISABLED = 0
0: Read access watch in this region is disabled
ENABLED = 1
1: Read access watch in this region is enabled
Trait Implementations§
impl Copy for RGN2RA_A
impl StructuralPartialEq for RGN2RA_A
Auto Trait Implementations§
impl Freeze for RGN2RA_A
impl RefUnwindSafe for RGN2RA_A
impl Send for RGN2RA_A
impl Sync for RGN2RA_A
impl Unpin for RGN2RA_A
impl UnwindSafe for RGN2RA_A
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
)