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