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