pub enum TGW {
TRIGGER,
}
Expand description
Values that can be written to the field TG
Variants§
TRIGGER
The TIF flag is set in TIMx_SR register. Related interrupt or DMA transfer can occur if enabled.
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