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