pub enum RITEN_A {
TIMER_ENABLED_THIS_ = 1,
TIMER_DISABLED_ = 0,
}Expand description
Timer enable.
Value on reset: 1
Variants§
TIMER_ENABLED_THIS_ = 1
1: Timer enabled. This can be overruled by a debug halt if enabled in bit 2.
TIMER_DISABLED_ = 0
0: Timer disabled.
Trait Implementations§
impl Copy for RITEN_A
impl StructuralPartialEq for RITEN_A
Auto Trait Implementations§
impl Freeze for RITEN_A
impl RefUnwindSafe for RITEN_A
impl Send for RITEN_A
impl Sync for RITEN_A
impl Unpin for RITEN_A
impl UnsafeUnpin for RITEN_A
impl UnwindSafe for RITEN_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