Enum stm32wlxx_hal::pac::tim1::egr::TG_AW
pub enum TG_AW {
Trigger = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trigger generation
Value on reset: 0
Variants§
Trigger = 1
1: The TIF flag is set in TIMx_SR register. Related interrupt or DMA transfer can occur if enabled
Trait Implementations§
impl Copy for TG_AW
impl StructuralPartialEq for TG_AW
Auto Trait Implementations§
impl RefUnwindSafe for TG_AW
impl Send for TG_AW
impl Sync for TG_AW
impl Unpin for TG_AW
impl UnwindSafe for TG_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