Enum Extsel
#[repr(u8)]pub enum Extsel {
TIM1_TRGO = 0,
TIM1_CC4 = 1,
TIM2_TRGO = 2,
TIM3_TRGO = 3,
TIM15_TRGO = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
TIM1_TRGO = 0
Timer 1 TRGO Event
TIM1_CC4 = 1
Timer 1 CC4 event
TIM2_TRGO = 2
Timer 2 TRGO event
TIM3_TRGO = 3
Timer 3 TRGO event
TIM15_TRGO = 4
Timer 15 TRGO event
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Extsel
impl Ord for Extsel
§impl PartialOrd for Extsel
impl PartialOrd for Extsel
impl Copy for Extsel
impl Eq for Extsel
impl StructuralPartialEq for Extsel
Auto Trait Implementations§
impl Freeze for Extsel
impl RefUnwindSafe for Extsel
impl Send for Extsel
impl Sync for Extsel
impl Unpin for Extsel
impl UnwindSafe for Extsel
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