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