Enum nrf52840_pac::mwu::regionen::PRGN0RA_A
source · pub enum PRGN0RA_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
Enable/disable read access watch in PREGION[0]
Value on reset: 0
Variants§
DISABLE = 0
0: Disable read access watch in this PREGION
ENABLE = 1
1: Enable read access watch in this PREGION
Trait Implementations§
impl Copy for PRGN0RA_A
impl StructuralPartialEq for PRGN0RA_A
Auto Trait Implementations§
impl Freeze for PRGN0RA_A
impl RefUnwindSafe for PRGN0RA_A
impl Send for PRGN0RA_A
impl Sync for PRGN0RA_A
impl Unpin for PRGN0RA_A
impl UnwindSafe for PRGN0RA_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
)