pub enum PRGN1WA_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable write access watch in PREGION[1]
Value on reset: 0
Variants§
DISABLED = 0
0: Write access watch in this PREGION is disabled
ENABLED = 1
1: Write access watch in this PREGION is enabled
Trait Implementations§
impl Copy for PRGN1WA_A
impl StructuralPartialEq for PRGN1WA_A
Auto Trait Implementations§
impl Freeze for PRGN1WA_A
impl RefUnwindSafe for PRGN1WA_A
impl Send for PRGN1WA_A
impl Sync for PRGN1WA_A
impl Unpin for PRGN1WA_A
impl UnwindSafe for PRGN1WA_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