Enum Rrie
pub enum Rrie {
_0 = 0,
_1 = 1,
}Expand description
Round-Robin interrupt enable
Value on reset: 0
Variants§
_0 = 0
0: The round-robin interrupt is disabled.
_1 = 1
1: The round-robin interrupt is enabled when a comparison result changes from the last sample.
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