pub enum CFF_A {
_0 = 0,
_1 = 1,
}Expand description
Analog Comparator Flag Falling
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CFF_A
impl StructuralPartialEq for CFF_A
Auto Trait Implementations§
impl Freeze for CFF_A
impl RefUnwindSafe for CFF_A
impl Send for CFF_A
impl Sync for CFF_A
impl Unpin for CFF_A
impl UnsafeUnpin for CFF_A
impl UnwindSafe for CFF_A
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