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