Enum stm32wlxx_hal::pac::lptim1::cfgr::WAVPOL_A
pub enum WAVPOL_A {
Positive = 0,
Negative = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
WAVPOL
Value on reset: 0
Variants§
Positive = 0
0: The LPTIM output reflects the compare results between LPTIM_ARR and LPTIM_CMP registers
Negative = 1
1: The LPTIM output reflects the inverse of the compare results between LPTIM_ARR and LPTIM_CMP registers
Trait Implementations§
impl Copy for WAVPOL_A
impl StructuralPartialEq for WAVPOL_A
Auto Trait Implementations§
impl RefUnwindSafe for WAVPOL_A
impl Send for WAVPOL_A
impl Sync for WAVPOL_A
impl Unpin for WAVPOL_A
impl UnwindSafe for WAVPOL_A
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