Struct Jextsel
#[repr(transparent)]pub struct Jextsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Jextsel
impl Jextsel
pub const TIM1TRGO: Self
pub const TIM1TRGO: Self
Timer 1 TRGO event
pub const TIM1CC4: Self
pub const TIM1CC4: Self
Timer 1 CC4 event
pub const TIM2TRGO: Self
pub const TIM2TRGO: Self
Timer 2 TRGO event
pub const TIM2CC1: Self
pub const TIM2CC1: Self
Timer 2 CC1 event
pub const TIM3CC4: Self
pub const TIM3CC4: Self
Timer 3 CC4 event
pub const TIM4TRGO: Self
pub const TIM4TRGO: Self
Timer 4 TRGO event
pub const TIM8CC4: Self
pub const TIM8CC4: Self
Timer 8 CC4 event
pub const TIM1TRGO2: Self
pub const TIM1TRGO2: Self
Timer 1 TRGO(2) event
pub const TIM8TRGO: Self
pub const TIM8TRGO: Self
Timer 8 TRGO event
pub const TIM8TRGO2: Self
pub const TIM8TRGO2: Self
Timer 8 TRGO(2) event
pub const TIM3CC3: Self
pub const TIM3CC3: Self
Timer 3 CC3 event
pub const TIM5TRGO: Self
pub const TIM5TRGO: Self
Timer 5 TRGO event
pub const TIM3CC1: Self
pub const TIM3CC1: Self
Timer 3 CC1 event
pub const TIM6TRGO: Self
pub const TIM6TRGO: Self
Timer 6 TRGO 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