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