pub enum RGN2WA_AW {
CLEAR = 1,
}
Expand description
Disable write access watch in region[2]
Value on reset: 0
Variants§
CLEAR = 1
1: Disable write access watch in this region
Trait Implementations§
impl Copy for RGN2WA_AW
impl StructuralPartialEq for RGN2WA_AW
Auto Trait Implementations§
impl Freeze for RGN2WA_AW
impl RefUnwindSafe for RGN2WA_AW
impl Send for RGN2WA_AW
impl Sync for RGN2WA_AW
impl Unpin for RGN2WA_AW
impl UnwindSafe for RGN2WA_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