Struct Extsel
#[repr(transparent)]pub struct Extsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Extsel
impl Extsel
pub const TIM1TRGO: Self
pub const TIM1TRGO: Self
Timer 1 TRGO event
pub const TIM1CC4: Self
pub const TIM1CC4: Self
Timer 1 CC4 event
pub const TIM2TRGO: Self
pub const TIM2TRGO: Self
Timer 2 TRGO event
pub const TIM2CC1: Self
pub const TIM2CC1: Self
Timer 2 CC1 event
pub const TIM3CC4: Self
pub const TIM3CC4: Self
Timer 3 CC4 event
pub const TIM4TRGO: Self
pub const TIM4TRGO: Self
Timer 4 TRGO event
pub const TIM8CC4: Self
pub const TIM8CC4: Self
EXTI line 15/Timer 8 CC4 event
pub const SWSTART: Self
pub const SWSTART: Self
SWSTART
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