#[repr(u8)]pub enum Sm2out45 {
LOGIC_0 = 0,
LOGIC_1 = 1,
}Variants§
LOGIC_0 = 0
A logic 0 is supplied to the deadtime generator of submodule 2 instead of PWM45.
LOGIC_1 = 1
A logic 1 is supplied to the deadtime generator of submodule 2 instead of PWM45.
Implementations§
Trait Implementations§
Source§impl Ord for Sm2out45
impl Ord for Sm2out45
Source§impl PartialOrd for Sm2out45
impl PartialOrd for Sm2out45
impl Copy for Sm2out45
impl Eq for Sm2out45
impl StructuralPartialEq for Sm2out45
Auto Trait Implementations§
impl Freeze for Sm2out45
impl RefUnwindSafe for Sm2out45
impl Send for Sm2out45
impl Sync for Sm2out45
impl Unpin for Sm2out45
impl UnwindSafe for Sm2out45
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