pub enum CC1IF_A {
MATCH,
}
Expand description
Capture/compare 1 interrupt flag
Value on reset: 0
Variants
MATCH
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 CC1IF_A
impl StructuralPartialEq for CC1IF_A
Auto Trait Implementations
impl RefUnwindSafe for CC1IF_A
impl Send for CC1IF_A
impl Sync for CC1IF_A
impl Unpin for CC1IF_A
impl UnwindSafe for CC1IF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more