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