pub enum CPU_A {
HAS_RESET,
NO_RESET,
}
Expand description
Reads if cpu has been software reset.
Value on reset: 0
Variants
HAS_RESET
1: Reset has procceeded.
NO_RESET
0: No reset have been procceeded.
Trait Implementations
impl Copy for CPU_A
impl StructuralPartialEq for CPU_A
Auto Trait Implementations
impl RefUnwindSafe for CPU_A
impl Send for CPU_A
impl Sync for CPU_A
impl Unpin for CPU_A
impl UnwindSafe for CPU_A
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