pub enum SR4_A {
NO_ACCESS = 0,
ACCESS = 1,
}
Expand description
Subregion 4 in region n (write ‘1’ to clear)
Value on reset: 0
Variants§
NO_ACCESS = 0
0: No write access occurred in this subregion
ACCESS = 1
1: Write access(es) occurred in this subregion
Trait Implementations§
impl Copy for SR4_A
impl StructuralPartialEq for SR4_A
Auto Trait Implementations§
impl Freeze for SR4_A
impl RefUnwindSafe for SR4_A
impl Send for SR4_A
impl Sync for SR4_A
impl Unpin for SR4_A
impl UnwindSafe for SR4_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