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