#[repr(u8)]pub enum Qtimer2TmrCntsFreeze {
QTIMER2_TMR_CNTS_FREEZE_0 = 0,
QTIMER2_TMR_CNTS_FREEZE_1 = 1,
}Variants§
QTIMER2_TMR_CNTS_FREEZE_0 = 0
timer counter work normally
QTIMER2_TMR_CNTS_FREEZE_1 = 1
reset counter and ouput flags
Implementations§
Trait Implementations§
Source§impl Clone for Qtimer2TmrCntsFreeze
impl Clone for Qtimer2TmrCntsFreeze
Source§fn clone(&self) -> Qtimer2TmrCntsFreeze
fn clone(&self) -> Qtimer2TmrCntsFreeze
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 Qtimer2TmrCntsFreeze
impl Debug for Qtimer2TmrCntsFreeze
Source§impl From<Qtimer2TmrCntsFreeze> for u8
impl From<Qtimer2TmrCntsFreeze> for u8
Source§fn from(val: Qtimer2TmrCntsFreeze) -> u8
fn from(val: Qtimer2TmrCntsFreeze) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Qtimer2TmrCntsFreeze
impl From<u8> for Qtimer2TmrCntsFreeze
Source§fn from(val: u8) -> Qtimer2TmrCntsFreeze
fn from(val: u8) -> Qtimer2TmrCntsFreeze
Converts to this type from the input type.
Source§impl Ord for Qtimer2TmrCntsFreeze
impl Ord for Qtimer2TmrCntsFreeze
Source§fn cmp(&self, other: &Qtimer2TmrCntsFreeze) -> Ordering
fn cmp(&self, other: &Qtimer2TmrCntsFreeze) -> 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 Qtimer2TmrCntsFreeze
impl PartialEq for Qtimer2TmrCntsFreeze
Source§impl PartialOrd for Qtimer2TmrCntsFreeze
impl PartialOrd for Qtimer2TmrCntsFreeze
impl Copy for Qtimer2TmrCntsFreeze
impl Eq for Qtimer2TmrCntsFreeze
impl StructuralPartialEq for Qtimer2TmrCntsFreeze
Auto Trait Implementations§
impl Freeze for Qtimer2TmrCntsFreeze
impl RefUnwindSafe for Qtimer2TmrCntsFreeze
impl Send for Qtimer2TmrCntsFreeze
impl Sync for Qtimer2TmrCntsFreeze
impl Unpin for Qtimer2TmrCntsFreeze
impl UnwindSafe for Qtimer2TmrCntsFreeze
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