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