Struct Tsel2
#[repr(transparent)]pub struct Tsel2(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tsel2
impl Tsel2
pub const TIM6_TRGO: Self
pub const TIM6_TRGO: Self
Timer 6 TRGO event
pub const TIM8_TRGO: Self
pub const TIM8_TRGO: Self
Timer 8 TRGO event
pub const TIM7_TRGO: Self
pub const TIM7_TRGO: Self
Timer 7 TRGO event
pub const TIM5_TRGO: Self
pub const TIM5_TRGO: Self
Timer 5 TRGO event
pub const TIM2_TRGO: Self
pub const TIM2_TRGO: Self
Timer 2 TRGO event
pub const TIM4_TRGO: Self
pub const TIM4_TRGO: Self
Timer 4 TRGO event
pub const EXTI9: Self
pub const EXTI9: Self
EXTI line9
pub const SOFTWARE: Self
pub const SOFTWARE: Self
Software trigger
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