#[repr(u8)]pub enum Pmode {
PMODE_0 = 0,
PMODE_1 = 1,
}Variants§
PMODE_0 = 0
Low-Speed (LS) Comparison mode selected. In this mode, CMP has slower output propagation delay and lower current consumption.
PMODE_1 = 1
High-Speed (HS) Comparison mode selected. In this mode, CMP has faster output propagation delay and higher current consumption.
Implementations§
Trait Implementations§
Source§impl Ord for Pmode
impl Ord for Pmode
Source§impl PartialOrd for Pmode
impl PartialOrd for Pmode
impl Copy for Pmode
impl Eq for Pmode
impl StructuralPartialEq for Pmode
Auto Trait Implementations§
impl Freeze for Pmode
impl RefUnwindSafe for Pmode
impl Send for Pmode
impl Sync for Pmode
impl Unpin for Pmode
impl UnwindSafe for Pmode
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