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