pub enum CffIe {
Disable = 0,
Enable = 1,
}Expand description
Comparator Flag Falling Interrupt Enable
Value on reset: 0
Variants§
Disable = 0
0: Disables the comparator flag falling interrupt.
Enable = 1
1: Enables the comparator flag falling interrupt when CFF is set.
Trait Implementations§
impl Copy for CffIe
impl Eq for CffIe
impl StructuralPartialEq for CffIe
Auto Trait Implementations§
impl Freeze for CffIe
impl RefUnwindSafe for CffIe
impl Send for CffIe
impl Sync for CffIe
impl Unpin for CffIe
impl UnsafeUnpin for CffIe
impl UnwindSafe for CffIe
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