pub enum CC1IFR {
NoMatch = 0,
Match = 1,
}
Expand description
Capture/compare %s interrupt flag
Value on reset: 0
Variants§
NoMatch = 0
0: No campture/compare has been detected
Match = 1
1: If CC1 is an output: The content of the counter TIMx_CNT matches the content of the TIMx_CCR1 register. If CC1 is an input: The counter value has been captured in TIMx_CCR1 register.
Trait Implementations§
impl Copy for CC1IFR
impl Eq for CC1IFR
impl StructuralPartialEq for CC1IFR
Auto Trait Implementations§
impl Freeze for CC1IFR
impl RefUnwindSafe for CC1IFR
impl Send for CC1IFR
impl Sync for CC1IFR
impl Unpin for CC1IFR
impl UnwindSafe for CC1IFR
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