#[repr(u8)]pub enum JEXTSEL {
Tim1trgo = 0,
Tim1cc4 = 1,
Tim4cc3 = 2,
Tim8cc2 = 3,
Tim8cc4 = 4,
Tim5trgo = 5,
Tim5cc4 = 6,
Jswstart = 7,
}
Expand description
External event select for injected group
Value on reset: 0
Variants§
Tim1trgo = 0
0: Timer 1 TRGO event
Tim1cc4 = 1
1: Timer 1 CC4 event
Tim4cc3 = 2
2: Timer 4 CC3 event
Tim8cc2 = 3
3: Timer 8 CC2 event
Tim8cc4 = 4
4: Timer 8 CC4 event
Tim5trgo = 5
5: Timer 5 TRGO event
Tim5cc4 = 6
6: Timer 5 CC4 event
Jswstart = 7
7: JSWSTART
Trait Implementations§
impl Copy for JEXTSEL
impl Eq for JEXTSEL
impl IsEnum 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