pub enum EXTSELW {
TIM1CC1,
TIM1CC2,
TIM1CC3,
TIM2CC2,
TIM2CC3,
TIM2CC4,
TIM2TRGO,
}
Expand description
Values that can be written to the field EXTSEL
Variants§
TIM1CC1
Timer 1 CC1 event
TIM1CC2
Timer 1 CC2 event
TIM1CC3
Timer 1 CC3 event
TIM2CC2
Timer 2 CC2 event
TIM2CC3
Timer 2 CC3 event
TIM2CC4
Timer 2 CC4 event
TIM2TRGO
Timer 2 TRGO event
Auto Trait Implementations§
impl Freeze for EXTSELW
impl RefUnwindSafe for EXTSELW
impl Send for EXTSELW
impl Sync for EXTSELW
impl Unpin for EXTSELW
impl UnwindSafe for EXTSELW
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