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