pub enum B2IFR {
NoTrigger = 0,
Trigger = 1,
}
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 B2IFR
impl Eq for B2IFR
impl StructuralPartialEq for B2IFR
Auto Trait Implementations§
impl Freeze for B2IFR
impl RefUnwindSafe for B2IFR
impl Send for B2IFR
impl Sync for B2IFR
impl Unpin for B2IFR
impl UnwindSafe for B2IFR
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