#[repr(u8)]pub enum TI1SEL {
Selected = 0,
}Expand description
Selects tim_ti1[15:0] input
Value on reset: 0
Variants§
Selected = 0
0: TIM1_CHx input selected
Trait Implementations§
impl Copy for TI1SEL
impl Eq for TI1SEL
impl IsEnum for TI1SEL
impl StructuralPartialEq for TI1SEL
Auto Trait Implementations§
impl Freeze for TI1SEL
impl RefUnwindSafe for TI1SEL
impl Send for TI1SEL
impl Sync for TI1SEL
impl Unpin for TI1SEL
impl UnwindSafe for TI1SEL
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