#[repr(u8)]pub enum SmtctrlPwaot {
PWM_OUT_TRIG0_SIGNAL = 0,
PWMA_OUTPUT = 1,
}Variants§
PWM_OUT_TRIG0_SIGNAL = 0
Route the PWM_OUT_TRIG0 signal to PWM_MUX_TRIG0 port.
PWMA_OUTPUT = 1
Route the PWM_A output to the PWM_MUX_TRIG0 port.
Implementations§
Source§impl SmtctrlPwaot
impl SmtctrlPwaot
Trait Implementations§
Source§impl Clone for SmtctrlPwaot
impl Clone for SmtctrlPwaot
Source§fn clone(&self) -> SmtctrlPwaot
fn clone(&self) -> SmtctrlPwaot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmtctrlPwaot
impl Debug for SmtctrlPwaot
Source§impl From<SmtctrlPwaot> for u8
impl From<SmtctrlPwaot> for u8
Source§fn from(val: SmtctrlPwaot) -> u8
fn from(val: SmtctrlPwaot) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SmtctrlPwaot
impl From<u8> for SmtctrlPwaot
Source§fn from(val: u8) -> SmtctrlPwaot
fn from(val: u8) -> SmtctrlPwaot
Converts to this type from the input type.
Source§impl Ord for SmtctrlPwaot
impl Ord for SmtctrlPwaot
Source§fn cmp(&self, other: &SmtctrlPwaot) -> Ordering
fn cmp(&self, other: &SmtctrlPwaot) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmtctrlPwaot
impl PartialEq for SmtctrlPwaot
Source§impl PartialOrd for SmtctrlPwaot
impl PartialOrd for SmtctrlPwaot
impl Copy for SmtctrlPwaot
impl Eq for SmtctrlPwaot
impl StructuralPartialEq for SmtctrlPwaot
Auto Trait Implementations§
impl Freeze for SmtctrlPwaot
impl RefUnwindSafe for SmtctrlPwaot
impl Send for SmtctrlPwaot
impl Sync for SmtctrlPwaot
impl Unpin for SmtctrlPwaot
impl UnwindSafe for SmtctrlPwaot
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