Enum Extsel
#[repr(u8)]pub enum Extsel {
Show 16 variants
TIM1CC1 = 0,
TIM1CC2 = 1,
TIM1CC3 = 2,
TIM2CC2 = 3,
TIM2CC3 = 4,
TIM2CC4 = 5,
TIM2TRGO = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
TIM1CC1 = 0
Timer 1 CC1 event
TIM1CC2 = 1
Timer 1 CC2 event
TIM1CC3 = 2
Timer 1 CC3 event
TIM2CC2 = 3
Timer 2 CC2 event
TIM2CC3 = 4
Timer 2 CC3 event
TIM2CC4 = 5
Timer 2 CC4 event
TIM2TRGO = 6
Timer 2 TRGO event
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
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