#[repr(u8)]pub enum Sm1ctrlLdfq {
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 Sm1ctrlLdfq
impl Sm1ctrlLdfq
Trait Implementations§
Source§impl Clone for Sm1ctrlLdfq
impl Clone for Sm1ctrlLdfq
Source§fn clone(&self) -> Sm1ctrlLdfq
fn clone(&self) -> Sm1ctrlLdfq
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 Sm1ctrlLdfq
impl Debug for Sm1ctrlLdfq
Source§impl From<Sm1ctrlLdfq> for u8
impl From<Sm1ctrlLdfq> for u8
Source§fn from(val: Sm1ctrlLdfq) -> u8
fn from(val: Sm1ctrlLdfq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sm1ctrlLdfq
impl From<u8> for Sm1ctrlLdfq
Source§fn from(val: u8) -> Sm1ctrlLdfq
fn from(val: u8) -> Sm1ctrlLdfq
Converts to this type from the input type.
Source§impl Ord for Sm1ctrlLdfq
impl Ord for Sm1ctrlLdfq
Source§fn cmp(&self, other: &Sm1ctrlLdfq) -> Ordering
fn cmp(&self, other: &Sm1ctrlLdfq) -> 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 Sm1ctrlLdfq
impl PartialEq for Sm1ctrlLdfq
Source§impl PartialOrd for Sm1ctrlLdfq
impl PartialOrd for Sm1ctrlLdfq
impl Copy for Sm1ctrlLdfq
impl Eq for Sm1ctrlLdfq
impl StructuralPartialEq for Sm1ctrlLdfq
Auto Trait Implementations§
impl Freeze for Sm1ctrlLdfq
impl RefUnwindSafe for Sm1ctrlLdfq
impl Send for Sm1ctrlLdfq
impl Sync for Sm1ctrlLdfq
impl Unpin for Sm1ctrlLdfq
impl UnwindSafe for Sm1ctrlLdfq
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