Enum Extsel
#[repr(u8)]pub enum Extsel {
TIM1TRGO = 0,
TIM1CC4 = 1,
TIM2TRGO = 2,
TIM2CC1 = 3,
TIM3CC4 = 4,
TIM4TRGO = 5,
TIM8CC4 = 6,
SWSTART = 7,
}
Variants§
TIM1TRGO = 0
Timer 1 TRGO event
TIM1CC4 = 1
Timer 1 CC4 event
TIM2TRGO = 2
Timer 2 TRGO event
TIM2CC1 = 3
Timer 2 CC1 event
TIM3CC4 = 4
Timer 3 CC4 event
TIM4TRGO = 5
Timer 4 TRGO event
TIM8CC4 = 6
EXTI line 15/Timer 8 CC4 event
SWSTART = 7
SWSTART
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