pub enum DCRST_A {
NotReset = 0,
Reset = 1,
}
Expand description
Data cache reset
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DCRST_A
impl StructuralPartialEq for DCRST_A
Auto Trait Implementations§
impl Freeze for DCRST_A
impl RefUnwindSafe for DCRST_A
impl Send for DCRST_A
impl Sync for DCRST_A
impl Unpin for DCRST_A
impl UnwindSafe for DCRST_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