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