Enum Extsel
#[repr(u8)]pub enum Extsel {
TIMER1CH1 = 0,
TIMER1CH2 = 1,
TIMER1CH3 = 2,
TIMER2CH2 = 3,
TIMER3TRGO = 4,
TIMER15TRGO = 5,
EXTI11 = 6,
SWSTART = 7,
}
Variants§
TIMER1CH1 = 0
Timer1 Channel1 event
TIMER1CH2 = 1
Timer1 Channel2 event
TIMER1CH3 = 2
Timer1 Channel3 event
TIMER2CH2 = 3
Timer2 Channel2 event
TIMER3TRGO = 4
Timer3 TRGO event
TIMER15TRGO = 5
Timer15 TRGO event
EXTI11 = 6
External interrupt line 11
SWSTART = 7
Software start trigger
Implementations§
Trait Implementations§
§impl Ord for Extsel
impl Ord for Extsel
§impl PartialOrd for Extsel
impl PartialOrd for Extsel
impl Copy for Extsel
impl Eq 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