Enum Offset
pub enum Offset {
_0 = 0,
_1 = 1,
}Expand description
Comparator hard block offset control. See chip data sheet to get the actual offset value with each level
Value on reset: 0
Variants§
_0 = 0
0: The comparator hard block output has level 0 offset internally.
_1 = 1
1: The comparator hard block output has level 1 offset internally.
Trait Implementations§
impl Copy for Offset
impl Eq for Offset
impl StructuralPartialEq for Offset
Auto Trait Implementations§
impl Freeze for Offset
impl RefUnwindSafe for Offset
impl Send for Offset
impl Sync for Offset
impl Unpin for Offset
impl UnwindSafe for Offset
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