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