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