pub enum TEN_A {
_0 = 0,
_1 = 1,
}Expand description
Timer Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TEN_A
impl StructuralPartialEq for TEN_A
Auto Trait Implementations§
impl Freeze for TEN_A
impl RefUnwindSafe for TEN_A
impl Send for TEN_A
impl Sync for TEN_A
impl Unpin for TEN_A
impl UnsafeUnpin for TEN_A
impl UnwindSafe for TEN_A
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