Enum stm32wlxx_hal::pac::tim16::cr2::OIS1_A
pub enum OIS1_A {
Low = 0,
High = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
OIS1
Value on reset: 0
Variants§
Low = 0
0: OC1=0 (after a dead-time if OC1N is implemented) when MOE=0
High = 1
1: OC1=1 (after a dead-time if OC1N is implemented) when MOE=0
Trait Implementations§
impl Copy for OIS1_A
impl StructuralPartialEq for OIS1_A
Auto Trait Implementations§
impl RefUnwindSafe for OIS1_A
impl Send for OIS1_A
impl Sync for OIS1_A
impl Unpin for OIS1_A
impl UnwindSafe for OIS1_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