Enum stm32wlxx_hal::pac::lptim1::cfgr::WAVE_A
pub enum WAVE_A {
Inactive = 0,
Active = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
WAVE
Value on reset: 0
Variants§
Inactive = 0
0: Deactivate Set-once mode, PWM / One Pulse waveform (depending on OPMODE bit)
Active = 1
1: Activate the Set-once mode
Trait Implementations§
impl Copy for WAVE_A
impl StructuralPartialEq for WAVE_A
Auto Trait Implementations§
impl RefUnwindSafe for WAVE_A
impl Send for WAVE_A
impl Sync for WAVE_A
impl Unpin for WAVE_A
impl UnwindSafe for WAVE_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