#[repr(u8)]pub enum Sm1sel23 {
SM1PWM23 = 0,
INVERTED_SM1PWM23 = 1,
SM1OUT23 = 2,
PWM1_EXTA = 3,
}Variants§
SM1PWM23 = 0
Generated SM1PWM23 signal used by the deadtime logic.
INVERTED_SM1PWM23 = 1
Inverted generated SM1PWM23 signal used by the deadtime logic.
SM1OUT23 = 2
SWCOUT[SM1OUT23] used by the deadtime logic.
PWM1_EXTA = 3
PWM1_EXTA signal used by the deadtime logic.
Implementations§
Trait Implementations§
Source§impl Ord for Sm1sel23
impl Ord for Sm1sel23
Source§impl PartialOrd for Sm1sel23
impl PartialOrd for Sm1sel23
impl Copy for Sm1sel23
impl Eq for Sm1sel23
impl StructuralPartialEq for Sm1sel23
Auto Trait Implementations§
impl Freeze for Sm1sel23
impl RefUnwindSafe for Sm1sel23
impl Send for Sm1sel23
impl Sync for Sm1sel23
impl Unpin for Sm1sel23
impl UnwindSafe for Sm1sel23
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