pub enum RRIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Register Reload interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RRIE
impl Eq for RRIE
impl StructuralPartialEq for RRIE
Auto Trait Implementations§
impl Freeze for RRIE
impl RefUnwindSafe for RRIE
impl Send for RRIE
impl Sync for RRIE
impl Unpin for RRIE
impl UnwindSafe for RRIE
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