pub enum UTICK_A {
DISABLE = 0,
ENABLE = 1,
}Expand description
Enables the clock for the UTICK.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UTICK_A
impl Eq for UTICK_A
impl StructuralPartialEq for UTICK_A
Auto Trait Implementations§
impl Freeze for UTICK_A
impl RefUnwindSafe for UTICK_A
impl Send for UTICK_A
impl Sync for UTICK_A
impl Unpin for UTICK_A
impl UnsafeUnpin for UTICK_A
impl UnwindSafe for UTICK_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