Enum stm32wlxx_hal::pac::tim1::sr::CC6IF_A
pub enum CC6IF_A {
NoMatch = 0,
Match = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/Compare 1 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 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§
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