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