pub enum ENABLE_A {
VALUE_0,
VALUE_1,
}
Expand description
SysTick Counter Enable
Value on reset: 0
Variants
VALUE_0
0: Counter disabled
VALUE_1
1: Counter enabled
Trait Implementations
impl Copy for ENABLE_A
impl StructuralPartialEq for ENABLE_A
Auto Trait Implementations
impl RefUnwindSafe for ENABLE_A
impl Send for ENABLE_A
impl Sync for ENABLE_A
impl Unpin for ENABLE_A
impl UnwindSafe for ENABLE_A
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