#[repr(u8)]pub enum SmctrlLdfq {
Show 16 variants
EVERYPWM = 0,
EVERY2PWM = 1,
EVERY3PWM = 2,
EVERY4PWM = 3,
EVERY5PWM = 4,
EVERY6PWM = 5,
EVERY7PWM = 6,
EVERY8PWM = 7,
EVERY9PWM = 8,
EVERY10PWM = 9,
EVERY11PWM = 10,
EVERY12PWM = 11,
EVERY13PWM = 12,
EVERY14PWM = 13,
EVERY15PWM = 14,
EVERY16PWM = 15,
}Variants§
EVERYPWM = 0
Every PWM opportunity
EVERY2PWM = 1
Every 2 PWM opportunities
EVERY3PWM = 2
Every 3 PWM opportunities
EVERY4PWM = 3
Every 4 PWM opportunities
EVERY5PWM = 4
Every 5 PWM opportunities
EVERY6PWM = 5
Every 6 PWM opportunities
EVERY7PWM = 6
Every 7 PWM opportunities
EVERY8PWM = 7
Every 8 PWM opportunities
EVERY9PWM = 8
Every 9 PWM opportunities
EVERY10PWM = 9
Every 10 PWM opportunities
EVERY11PWM = 10
Every 11 PWM opportunities
EVERY12PWM = 11
Every 12 PWM opportunities
EVERY13PWM = 12
Every 13 PWM opportunities
EVERY14PWM = 13
Every 14 PWM opportunities
EVERY15PWM = 14
Every 15 PWM opportunities
EVERY16PWM = 15
Every 16 PWM opportunities
Implementations§
Source§impl SmctrlLdfq
impl SmctrlLdfq
Trait Implementations§
Source§impl Clone for SmctrlLdfq
impl Clone for SmctrlLdfq
Source§fn clone(&self) -> SmctrlLdfq
fn clone(&self) -> SmctrlLdfq
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 SmctrlLdfq
impl Debug for SmctrlLdfq
Source§impl From<SmctrlLdfq> for u8
impl From<SmctrlLdfq> for u8
Source§fn from(val: SmctrlLdfq) -> u8
fn from(val: SmctrlLdfq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SmctrlLdfq
impl From<u8> for SmctrlLdfq
Source§fn from(val: u8) -> SmctrlLdfq
fn from(val: u8) -> SmctrlLdfq
Converts to this type from the input type.
Source§impl Ord for SmctrlLdfq
impl Ord for SmctrlLdfq
Source§fn cmp(&self, other: &SmctrlLdfq) -> Ordering
fn cmp(&self, other: &SmctrlLdfq) -> 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 SmctrlLdfq
impl PartialEq for SmctrlLdfq
Source§impl PartialOrd for SmctrlLdfq
impl PartialOrd for SmctrlLdfq
impl Copy for SmctrlLdfq
impl Eq for SmctrlLdfq
impl StructuralPartialEq for SmctrlLdfq
Auto Trait Implementations§
impl Freeze for SmctrlLdfq
impl RefUnwindSafe for SmctrlLdfq
impl Send for SmctrlLdfq
impl Sync for SmctrlLdfq
impl Unpin for SmctrlLdfq
impl UnwindSafe for SmctrlLdfq
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