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