Enum stm32_metapac::lptim::vals::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 Ord for Wavpol
impl Ord for Wavpol
§impl PartialOrd for Wavpol
impl PartialOrd for Wavpol
impl Copy for Wavpol
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)