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