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