Enum Tsel2
#[repr(u8)]pub enum Tsel2 {
TIM6_TRGO = 0,
TIM8_TRGO = 1,
TIM7_TRGO = 2,
TIM5_TRGO = 3,
TIM2_TRGO = 4,
TIM4_TRGO = 5,
EXTI9 = 6,
SOFTWARE = 7,
}
Variants§
TIM6_TRGO = 0
Timer 6 TRGO event
TIM8_TRGO = 1
Timer 8 TRGO event
TIM7_TRGO = 2
Timer 7 TRGO event
TIM5_TRGO = 3
Timer 5 TRGO event
TIM2_TRGO = 4
Timer 2 TRGO event
TIM4_TRGO = 5
Timer 4 TRGO event
EXTI9 = 6
EXTI line9
SOFTWARE = 7
Software trigger
Implementations§
Trait Implementations§
§impl Ord for Tsel2
impl Ord for Tsel2
§impl PartialOrd for Tsel2
impl PartialOrd for Tsel2
impl Copy for Tsel2
impl Eq for Tsel2
impl StructuralPartialEq for Tsel2
Auto Trait Implementations§
impl Freeze for Tsel2
impl RefUnwindSafe for Tsel2
impl Send for Tsel2
impl Sync for Tsel2
impl Unpin for Tsel2
impl UnwindSafe for Tsel2
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