Enum Wavpol
#[repr(u8)]pub enum Wavpol {
Positive = 0,
Negative = 1,
}Variants§
Positive = 0
The LPTIM output reflects the compare results between LPTIM_ARR and LPTIM_CMP registers.
Negative = 1
The LPTIM output reflects the inverse of the compare results between LPTIM_ARR and LPTIM_CMP registers.
Implementations§
Trait Implementations§
impl Copy for Wavpol
impl Eq for Wavpol
§impl Ord for Wavpol
impl Ord for Wavpol
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Wavpol
impl PartialOrd for Wavpol
impl StructuralPartialEq for Wavpol
Auto Trait Implementations§
impl Freeze for Wavpol
impl RefUnwindSafe for Wavpol
impl Send for Wavpol
impl Sync for Wavpol
impl Unpin for Wavpol
impl UnsafeUnpin for Wavpol
impl UnwindSafe for Wavpol
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