Enum stm32wlxx_hal::pac::tim2::sr::CC3IF_AW
pub enum CC3IF_AW {
Clear = 0,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/compare 1 interrupt flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for CC1IF_AW
impl StructuralPartialEq for CC1IF_AW
Auto Trait Implementations§
impl RefUnwindSafe for CC1IF_AW
impl Send for CC1IF_AW
impl Sync for CC1IF_AW
impl Unpin for CC1IF_AW
impl UnwindSafe for CC1IF_AW
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