Enum Cff
pub enum Cff {
_0 = 0,
_1 = 1,
}Expand description
Analog Comparator Flag Falling
Value on reset: 0
Variants§
_0 = 0
0: A falling edge has not been detected on COUT.
_1 = 1
1: A falling edge on COUT has occurred.
Trait Implementations§
impl Copy for Cff
impl Eq for Cff
impl StructuralPartialEq for Cff
Auto Trait Implementations§
impl Freeze for Cff
impl RefUnwindSafe for Cff
impl Send for Cff
impl Sync for Cff
impl Unpin for Cff
impl UnwindSafe for Cff
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