Enum Jextsel
#[repr(u8)]pub enum Jextsel {
Show 16 variants
TIM1TRGO = 0,
TIM1CC4 = 1,
TIM2TRGO = 2,
TIM2CC1 = 3,
TIM3CC4 = 4,
TIM4TRGO = 5,
_RESERVED_6 = 6,
TIM8CC4 = 7,
TIM1TRGO2 = 8,
TIM8TRGO = 9,
TIM8TRGO2 = 10,
TIM3CC3 = 11,
TIM5TRGO = 12,
TIM3CC1 = 13,
TIM6TRGO = 14,
_RESERVED_f = 15,
}
Variants§
TIM1TRGO = 0
Timer 1 TRGO event
TIM1CC4 = 1
Timer 1 CC4 event
TIM2TRGO = 2
Timer 2 TRGO event
TIM2CC1 = 3
Timer 2 CC1 event
TIM3CC4 = 4
Timer 3 CC4 event
TIM4TRGO = 5
Timer 4 TRGO event
_RESERVED_6 = 6
TIM8CC4 = 7
Timer 8 CC4 event
TIM1TRGO2 = 8
Timer 1 TRGO(2) event
TIM8TRGO = 9
Timer 8 TRGO event
TIM8TRGO2 = 10
Timer 8 TRGO(2) event
TIM3CC3 = 11
Timer 3 CC3 event
TIM5TRGO = 12
Timer 5 TRGO event
TIM3CC1 = 13
Timer 3 CC1 event
TIM6TRGO = 14
Timer 6 TRGO event
_RESERVED_f = 15
Implementations§
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