#[repr(u8)]pub enum Sm1tctrlTrgfrq {
EVERYPWM = 0,
FINALPWM = 1,
}Variants§
EVERYPWM = 0
Trigger outputs are generated during every PWM period even if the PWM is not reloaded every period due to CTRL[LDFQ] being non-zero.
FINALPWM = 1
Trigger outputs are generated only during the final PWM period prior to a reload opportunity when the PWM is not reloaded every period due to CTRL[LDFQ] being non-zero.
Implementations§
Trait Implementations§
Source§impl Clone for Sm1tctrlTrgfrq
impl Clone for Sm1tctrlTrgfrq
Source§fn clone(&self) -> Sm1tctrlTrgfrq
fn clone(&self) -> Sm1tctrlTrgfrq
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 Sm1tctrlTrgfrq
impl Debug for Sm1tctrlTrgfrq
Source§impl From<Sm1tctrlTrgfrq> for u8
impl From<Sm1tctrlTrgfrq> for u8
Source§fn from(val: Sm1tctrlTrgfrq) -> u8
fn from(val: Sm1tctrlTrgfrq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sm1tctrlTrgfrq
impl From<u8> for Sm1tctrlTrgfrq
Source§fn from(val: u8) -> Sm1tctrlTrgfrq
fn from(val: u8) -> Sm1tctrlTrgfrq
Converts to this type from the input type.
Source§impl Ord for Sm1tctrlTrgfrq
impl Ord for Sm1tctrlTrgfrq
Source§fn cmp(&self, other: &Sm1tctrlTrgfrq) -> Ordering
fn cmp(&self, other: &Sm1tctrlTrgfrq) -> 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 Sm1tctrlTrgfrq
impl PartialEq for Sm1tctrlTrgfrq
Source§impl PartialOrd for Sm1tctrlTrgfrq
impl PartialOrd for Sm1tctrlTrgfrq
impl Copy for Sm1tctrlTrgfrq
impl Eq for Sm1tctrlTrgfrq
impl StructuralPartialEq for Sm1tctrlTrgfrq
Auto Trait Implementations§
impl Freeze for Sm1tctrlTrgfrq
impl RefUnwindSafe for Sm1tctrlTrgfrq
impl Send for Sm1tctrlTrgfrq
impl Sync for Sm1tctrlTrgfrq
impl Unpin for Sm1tctrlTrgfrq
impl UnwindSafe for Sm1tctrlTrgfrq
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