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