#[repr(u8)]pub enum Ope {
OPE_0 = 0,
OPE_1 = 1,
}Variants§
OPE_0 = 0
CMPO is not available on the associated CMPO output pin. If the comparator does not own the pin, this field has no effect.
OPE_1 = 1
CMPO is available on the associated CMPO output pin. The comparator output (CMPO) is driven out on the associated CMPO output pin if the comparator owns the pin. If the comparator does not own the field, this bit has no effect.
Implementations§
Trait Implementations§
Source§impl Ord for Ope
impl Ord for Ope
Source§impl PartialOrd for Ope
impl PartialOrd for Ope
impl Copy for Ope
impl Eq for Ope
impl StructuralPartialEq for Ope
Auto Trait Implementations§
impl Freeze for Ope
impl RefUnwindSafe for Ope
impl Send for Ope
impl Sync for Ope
impl Unpin for Ope
impl UnwindSafe for Ope
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