Struct Jextsel
#[repr(transparent)]pub struct Jextsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Jextsel
impl Jextsel
pub const TIM1_TRGO: Self
pub const TIM1_TRGO: Self
Timer 1 TRGO event
pub const TIM1_CC4: Self
pub const TIM1_CC4: Self
Timer 1 CC4 event
pub const TIM2_TRGO: Self
pub const TIM2_TRGO: Self
Timer 2 TRGO event
pub const TIM2_CC1: Self
pub const TIM2_CC1: Self
Timer 2 CC1 event
pub const TIM3_CC4: Self
pub const TIM3_CC4: Self
Timer 3 CC4 event
pub const TIM4_TRGO: Self
pub const TIM4_TRGO: Self
Timer 4 TRGO event
pub const EXTI15: Self
pub const EXTI15: Self
EXTI line 15
pub const TIM8_CC4: Self
pub const TIM8_CC4: Self
Timer 8 CC4 event
pub const TIM1_TRGO2: Self
pub const TIM1_TRGO2: Self
Timer 1 TRGO2 event
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 TIM3_CC3: Self
pub const TIM3_CC3: Self
Timer 3 CC3 event
pub const TIM3_TRGO: Self
pub const TIM3_TRGO: Self
Timer 3 TRGO event
pub const TIM3_CC1: Self
pub const TIM3_CC1: Self
Timer 3 CC1 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 HRTIM1_ADCTRG2: Self
pub const HRTIM1_ADCTRG2: Self
HRTIM1_ADCTRG2 event
pub const HRTIM1_ADCTRG4: Self
pub const HRTIM1_ADCTRG4: Self
HRTIM1_ADCTRG4 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 Jextsel
impl Ord for Jextsel
§impl PartialOrd for Jextsel
impl PartialOrd for Jextsel
impl Copy for Jextsel
impl Eq for Jextsel
impl StructuralPartialEq for Jextsel
Auto Trait Implementations§
impl Freeze for Jextsel
impl RefUnwindSafe for Jextsel
impl Send for Jextsel
impl Sync for Jextsel
impl Unpin for Jextsel
impl UnwindSafe for Jextsel
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