Enum Jextsel
#[repr(u8)]pub enum Jextsel {
TIM19_CC1 = 0,
TIM19_CC2 = 1,
TIM2_TRGO = 2,
TIM2_CC1 = 3,
TIM3_CC4 = 4,
TIM4_TRGO = 5,
EXTI_LINE15 = 6,
JSWSTART = 7,
}
Variants§
TIM19_CC1 = 0
Timer 19 CC1 event
TIM19_CC2 = 1
Timer 19 CC2 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
EXTI_LINE15 = 6
External interrupt line 15
JSWSTART = 7
JSWSTART bit
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