Struct Extsel
#[repr(transparent)]pub struct Extsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Extsel
impl Extsel
pub const TIM1_CC1: Self
pub const TIM1_CC1: Self
Timer 1 CC1 event
pub const TIM1_CC2: Self
pub const TIM1_CC2: Self
Timer 1 CC2 event
pub const TIM1_CC3: Self
pub const TIM1_CC3: Self
Timer 1 CC3 event
pub const TIM2_CC2: Self
pub const TIM2_CC2: Self
Timer 2 CC2 event
pub const TIM3_TRGO: Self
pub const TIM3_TRGO: Self
Timer 3 TRGO event
pub const TIM4_CC4: Self
pub const TIM4_CC4: Self
Timer 4 CC4 event
pub const EXTI11: Self
pub const EXTI11: Self
EXTI line 11
pub const TIM8_TRGO: Self
pub const TIM8_TRGO: Self
Timer 8 TRGO event
pub const TIM8_TRGO2: Self
pub const TIM8_TRGO2: Self
Timer 8 TRGO2 event
pub const TIM1_TRGO: Self
pub const TIM1_TRGO: Self
Timer 1 TRGO event
pub const TIM1_TRGO2: Self
pub const TIM1_TRGO2: Self
Timer 1 TRGO2 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 TIM6_TRGO: Self
pub const TIM6_TRGO: Self
Timer 6 TRGO event
pub const TIM15_TRGO: Self
pub const TIM15_TRGO: Self
Timer 15 TRGO event
pub const TIM3_CC4: Self
pub const TIM3_CC4: Self
Timer 3 CC4 event
pub const HRTIM1_ADCTRG1: Self
pub const HRTIM1_ADCTRG1: Self
HRTIM1_ADCTRG1 event
pub const HRTIM1_ADCTRG3: Self
pub const HRTIM1_ADCTRG3: Self
HRTIM1_ADCTRG3 event
pub const LPTIM1_OUT: Self
pub const LPTIM1_OUT: Self
LPTIM1_OUT event
pub const LPTIM2_OUT: Self
pub const LPTIM2_OUT: Self
LPTIM2_OUT event
pub const LPTIM3_OUT: Self
pub const LPTIM3_OUT: Self
LPTIM3_OUT event
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