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