Enum Jextsel
#[repr(u8)]pub enum Jextsel {
Show 16 variants
TIM9_CC1 = 0,
TIM9_TRGO = 1,
TIM2_TRGO = 2,
TIM2_CC1 = 3,
TIM3_CC4 = 4,
TIM4_TRGO = 5,
TIM4_CC1 = 6,
TIM4_CC2 = 7,
TIM4_CC3 = 8,
TIM10_CC1 = 9,
TIM7_TRGO = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
EXTI_LINE15 = 15,
}
Variants§
TIM9_CC1 = 0
Timer 9 CC1 event
TIM9_TRGO = 1
Timer 9 TRGO event
TIM2_TRGO = 2
Timer 2 TRGO event
TIM2_CC1 = 3
Timer 2 CC1 event
TIM3_CC4 = 4
Timer 3 CC4 event
TIM4_TRGO = 5
Timer 4 TRGO event
TIM4_CC1 = 6
Timer 4 CC1 event
TIM4_CC2 = 7
Timer 4 CC2 event
TIM4_CC3 = 8
Timer 4 CC3 event
TIM10_CC1 = 9
Timer 4 CC3 event
TIM7_TRGO = 10
Timer 7 TRGO event
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
EXTI_LINE15 = 15
External interrupt line 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)