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