#[repr(u8)]pub enum SmtctrlPwbot {
PWM_OUT_TRIG1_SIGNAL = 0,
PWMB_OUTPUT = 1,
}Variants§
PWM_OUT_TRIG1_SIGNAL = 0
Route the PWM_OUT_TRIG1 signal to PWM_MUX_TRIG1 port.
PWMB_OUTPUT = 1
Route the PWM_B output to the PWM_MUX_TRIG1 port.
Implementations§
Source§impl SmtctrlPwbot
impl SmtctrlPwbot
Trait Implementations§
Source§impl Clone for SmtctrlPwbot
impl Clone for SmtctrlPwbot
Source§fn clone(&self) -> SmtctrlPwbot
fn clone(&self) -> SmtctrlPwbot
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 SmtctrlPwbot
impl Debug for SmtctrlPwbot
Source§impl From<SmtctrlPwbot> for u8
impl From<SmtctrlPwbot> for u8
Source§fn from(val: SmtctrlPwbot) -> u8
fn from(val: SmtctrlPwbot) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SmtctrlPwbot
impl From<u8> for SmtctrlPwbot
Source§fn from(val: u8) -> SmtctrlPwbot
fn from(val: u8) -> SmtctrlPwbot
Converts to this type from the input type.
Source§impl Ord for SmtctrlPwbot
impl Ord for SmtctrlPwbot
Source§fn cmp(&self, other: &SmtctrlPwbot) -> Ordering
fn cmp(&self, other: &SmtctrlPwbot) -> 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 SmtctrlPwbot
impl PartialEq for SmtctrlPwbot
Source§impl PartialOrd for SmtctrlPwbot
impl PartialOrd for SmtctrlPwbot
impl Copy for SmtctrlPwbot
impl Eq for SmtctrlPwbot
impl StructuralPartialEq for SmtctrlPwbot
Auto Trait Implementations§
impl Freeze for SmtctrlPwbot
impl RefUnwindSafe for SmtctrlPwbot
impl Send for SmtctrlPwbot
impl Sync for SmtctrlPwbot
impl Unpin for SmtctrlPwbot
impl UnwindSafe for SmtctrlPwbot
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