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