Enum stm32wlxx_hal::pac::tim1::egr::B2G_AW    
pub enum B2G_AW {
    Trigger = 1,
}Available on crate feature 
stm32wl5x_cm4 only.Expand description
Break 2 generation
Value on reset: 0
Variants§
Trigger = 1
1: A break 2 event is generated. MOE bit is cleared and B2IF flag is set. Related interrupt can occur if enabled
Trait Implementations§
impl Copy for B2G_AW
impl StructuralPartialEq for B2G_AW
Auto Trait Implementations§
impl RefUnwindSafe for B2G_AW
impl Send for B2G_AW
impl Sync for B2G_AW
impl Unpin for B2G_AW
impl UnwindSafe for B2G_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