pub enum COMPBASE_A {
CNT = 0,
PRECNT = 1,
}Expand description
Capture compare channel comparison base.
Value on reset: 0
Variants§
CNT = 0
0: RTCC_CCx_ICVALUE/OCVALUE is compared with CNT register.
PRECNT = 1
1: Least significant bits of RTCC_CCx_ICVALUE/OCVALUE are compared with COMBCNT.
Trait Implementations§
Source§impl Clone for COMPBASE_A
impl Clone for COMPBASE_A
Source§fn clone(&self) -> COMPBASE_A
fn clone(&self) -> COMPBASE_A
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 COMPBASE_A
impl Debug for COMPBASE_A
Source§impl From<COMPBASE_A> for bool
impl From<COMPBASE_A> for bool
Source§fn from(variant: COMPBASE_A) -> Self
fn from(variant: COMPBASE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMPBASE_A
impl PartialEq for COMPBASE_A
impl Copy for COMPBASE_A
impl Eq for COMPBASE_A
impl StructuralPartialEq for COMPBASE_A
Auto Trait Implementations§
impl Freeze for COMPBASE_A
impl RefUnwindSafe for COMPBASE_A
impl Send for COMPBASE_A
impl Sync for COMPBASE_A
impl Unpin for COMPBASE_A
impl UnwindSafe for COMPBASE_A
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