pub enum SR6_A {
NO_ACCESS = 0,
ACCESS = 1,
}
Expand description
Subregion 6 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 SR6_A
impl StructuralPartialEq for SR6_A
Auto Trait Implementations§
impl Freeze for SR6_A
impl RefUnwindSafe for SR6_A
impl Send for SR6_A
impl Sync for SR6_A
impl Unpin for SR6_A
impl UnwindSafe for SR6_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
)