Enum Extsel
#[repr(u8)]pub enum Extsel {
Tim1Trgo2 = 0,
Tim1Cc4 = 1,
Tim2Trgo = 2,
Tim3Trgo = 3,
Tim15Trgo = 4,
Tim6Trgo = 5,
Tim4Trgo = 6,
ExtiLine11 = 7,
}Variants§
Tim1Trgo2 = 0
Timer 1 TRGO2 event
Tim1Cc4 = 1
Timer 1 CC4 event
Tim2Trgo = 2
Timer 2 TRGO event
Tim3Trgo = 3
Timer 3 TRGO event
Tim15Trgo = 4
Timer 15 TRGO event
Tim6Trgo = 5
Timer 6 TRGO event
Tim4Trgo = 6
Timer 4 TRGO event
ExtiLine11 = 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