pub enum RrfIe {
Disable = 0,
Enable = 1,
}Expand description
Round-Robin Flag Interrupt Enable
Value on reset: 0
Variants§
Disable = 0
0: Disables the round-robin flag interrupt.
Enable = 1
1: Enables the round-robin flag interrupt when the comparison result changes for a given channel.
Trait Implementations§
impl Copy for RrfIe
impl Eq for RrfIe
impl StructuralPartialEq for RrfIe
Auto Trait Implementations§
impl Freeze for RrfIe
impl RefUnwindSafe for RrfIe
impl Send for RrfIe
impl Sync for RrfIe
impl Unpin for RrfIe
impl UnsafeUnpin for RrfIe
impl UnwindSafe for RrfIe
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