Enum Extsel
#[repr(u8)]pub enum Extsel {
TIM19_TRGO = 0,
TIM19_CC3 = 1,
TIM19_CC4 = 2,
TIM2_CC2 = 3,
TIM3_TRGO = 4,
TIM4_CC4 = 5,
EXTI_LINE11 = 6,
SWSTART = 7,
}
Variants§
TIM19_TRGO = 0
Timer 19 TRGO event
TIM19_CC3 = 1
Timer 19 CC3 event
TIM19_CC4 = 2
Timer 19 CC4 event
TIM2_CC2 = 3
Timer 2 CC2 event
TIM3_TRGO = 4
Timer 3 TRGO event
TIM4_CC4 = 5
Timer 4 CC4 event
EXTI_LINE11 = 6
External interrupt line 11
SWSTART = 7
SWSTART bit
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