Enum Extsel
#[repr(u8)]pub enum Extsel {
TIM1_TRGO2 = 0,
TIM1_CC4 = 1,
TIM2_TRGO = 2,
TIM3_TRGO = 3,
TIM15_TRGO = 4,
TIM6_TRGO = 5,
TIM4_TRGO = 6,
EXTI_LINE11 = 7,
}Variants§
TIM1_TRGO2 = 0
Timer 1 TRGO2 event
TIM1_CC4 = 1
Timer 1 CC4 event
TIM2_TRGO = 2
Timer 2 TRGO event
TIM3_TRGO = 3
Timer 3 TRGO event
TIM15_TRGO = 4
Timer 15 TRGO event
TIM6_TRGO = 5
Timer 6 TRGO event
TIM4_TRGO = 6
Timer 4 TRGO event
EXTI_LINE11 = 7
EXTI line 11 event
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