Enum stm32wlxx_hal::pac::tim17::bdtr::OSSI_A
pub enum OSSI_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Off-state selection for Idle mode
Value on reset: 0
Variants§
Disabled = 0
0: OC/OCN outputs are disabled when inactive
Enabled = 1
1: OC/OCN outputs are first forced with their inactive level then forced to their idle level after the deadtime
Trait Implementations§
impl Copy for OSSI_A
impl StructuralPartialEq for OSSI_A
Auto Trait Implementations§
impl RefUnwindSafe for OSSI_A
impl Send for OSSI_A
impl Sync for OSSI_A
impl Unpin for OSSI_A
impl UnwindSafe for OSSI_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