pub enum ICRST_AW {
NotReset,
Reset,
}
Expand description
Instruction cache reset
Value on reset: 0
Variants
NotReset
0: Instruction cache is not reset
Reset
1: Instruction cache is reset
Trait Implementations
impl Copy for ICRST_AW
impl StructuralPartialEq for ICRST_AW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more