Enum Extsel
#[repr(u8)]pub enum Extsel {
TIM1_TRGO = 0,
TIM1_CC4 = 1,
TIM2_TRGO = 2,
TIM2_CH4 = 3,
_RESERVED_4 = 4,
TIM2_CH3 = 5,
_RESERVED_6 = 6,
EXTI_LINE11 = 7,
}
Variants§
TIM1_TRGO = 0
Timer 1 TRGO event
TIM1_CC4 = 1
Timer 1 CC4 event
TIM2_TRGO = 2
Timer 2 TRGO event
TIM2_CH4 = 3
Timer 2 CH4 event
_RESERVED_4 = 4
TIM2_CH3 = 5
Timer 2 CH3 event
_RESERVED_6 = 6
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