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