Enum stm32wlxx_hal::pac::tim1::cr2::OIS3N_A
pub enum OIS3N_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Output Idle state 1 (OC1N output)
Value on reset: 0
Variants§
Disabled = 0
0: OCxN=0 after a dead-time when MOE=0
Enabled = 1
1: OCxN=1 after a dead-time when MOE=0
Trait Implementations§
impl Copy for OIS1N_A
impl StructuralPartialEq for OIS1N_A
Auto Trait Implementations§
impl RefUnwindSafe for OIS1N_A
impl Send for OIS1N_A
impl Sync for OIS1N_A
impl Unpin for OIS1N_A
impl UnwindSafe for OIS1N_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