pub enum ARROKIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Autoreload register update OK Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ARROKIE
impl Eq for ARROKIE
impl StructuralPartialEq for ARROKIE
Auto Trait Implementations§
impl Freeze for ARROKIE
impl RefUnwindSafe for ARROKIE
impl Send for ARROKIE
impl Sync for ARROKIE
impl Unpin for ARROKIE
impl UnwindSafe for ARROKIE
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