Enum Tcf
pub enum Tcf {
_0 = 0,
_1 = 1,
}Expand description
Timer Compare Flag
Value on reset: 0
Variants§
_0 = 0
0: The value of CNR is not equal to CMR and increments.
_1 = 1
1: The value of CNR is equal to CMR and increments.
Trait Implementations§
impl Copy for Tcf
impl Eq for Tcf
impl StructuralPartialEq for Tcf
Auto Trait Implementations§
impl Freeze for Tcf
impl RefUnwindSafe for Tcf
impl Send for Tcf
impl Sync for Tcf
impl Unpin for Tcf
impl UnwindSafe for Tcf
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