#[repr(u8)]pub enum Cos {
COS_0 = 0,
COS_1 = 1,
}Variants§
COS_0 = 0
Set the filtered comparator output (CMPO) to equal COUT.
COS_1 = 1
Set the unfiltered comparator output (CMPO) to equal COUTA.
Implementations§
Trait Implementations§
Source§impl Ord for Cos
impl Ord for Cos
Source§impl PartialOrd for Cos
impl PartialOrd for Cos
impl Copy for Cos
impl Eq for Cos
impl StructuralPartialEq for Cos
Auto Trait Implementations§
impl Freeze for Cos
impl RefUnwindSafe for Cos
impl Send for Cos
impl Sync for Cos
impl Unpin for Cos
impl UnwindSafe for Cos
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