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