#[repr(u8)]pub enum EXTSEL {
Tim19trgo = 0,
Tim19cc3 = 1,
Tim19cc4 = 2,
Tim2cc2 = 3,
Tim3trgo = 4,
Tim4cc4 = 5,
Exti11 = 6,
Swstart = 7,
}Expand description
External event select for regular group
Value on reset: 0
Variants§
Tim19trgo = 0
0: Timer 19 TRGO event
Tim19cc3 = 1
1: Timer 19 CC3 event
Tim19cc4 = 2
2: Timer 19 CC4 event
Tim2cc2 = 3
3: Timer 2 CC2 event
Tim3trgo = 4
4: Timer 3 TRGO event
Tim4cc4 = 5
5: Timer 4 CC4 event
Exti11 = 6
6: EXTI line 11
Swstart = 7
7: SWSTART
Trait Implementations§
impl Copy for EXTSEL
impl Eq for EXTSEL
impl IsEnum for EXTSEL
impl StructuralPartialEq for EXTSEL
Auto Trait Implementations§
impl Freeze for EXTSEL
impl RefUnwindSafe for EXTSEL
impl Send for EXTSEL
impl Sync for EXTSEL
impl Unpin for EXTSEL
impl UnwindSafe for EXTSEL
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