pub enum CPU_AW {
CLEAR,
}
Expand description
Write 1 to clear CPU soft reset state.
Value on reset: 0
Variants
CLEAR
1: Write 1 to clear reset state.
Trait Implementations
impl Copy for CPU_AW
impl StructuralPartialEq for CPU_AW
Auto Trait Implementations
impl RefUnwindSafe for CPU_AW
impl Send for CPU_AW
impl Sync for CPU_AW
impl Unpin for CPU_AW
impl UnwindSafe for CPU_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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