Enum Ope
pub enum Ope {
_0 = 0,
_1 = 1,
}Expand description
Comparator Output Pin Enable
Value on reset: 0
Variants§
_0 = 0
0: When OPE is 0, the comparator output (after window/filter settings dependent on software configuration) is not available to a packaged pin.
_1 = 1
1: When OPE is 1, and if the software has configured the comparator to own a packaged pin, the comparator is available in a packaged pin.
Trait Implementations§
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