Enum stm32wlxx_hal::pac::tim1::sr::B2IF_A
pub enum B2IF_A {
NoTrigger = 0,
Trigger = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Break 2 interrupt flag
Value on reset: 0
Variants§
NoTrigger = 0
0: No break event occurred
Trigger = 1
1: An active level has been detected on the break 2 input. An interrupt is generated if BIE=1 in the TIMx_DIER register
Trait Implementations§
impl Copy for B2IF_A
impl StructuralPartialEq for B2IF_A
Auto Trait Implementations§
impl RefUnwindSafe for B2IF_A
impl Send for B2IF_A
impl Sync for B2IF_A
impl Unpin for B2IF_A
impl UnwindSafe for B2IF_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