Enum Cos
pub enum Cos {
_0 = 0,
_1 = 1,
}Expand description
Comparator Output Select
Value on reset: 0
Variants§
_0 = 0
0: Set CMPO to equal COUT (filtered comparator output).
_1 = 1
1: Set CMPO to equal COUTA (unfiltered comparator output).
Trait Implementations§
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