Enum stm32wlxx_hal::pac::tim1::tisel::TI2SEL_A
#[repr(u8)]pub enum TI2SEL_A {
Selected = 0,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
selects TI1[0] to TI1[15] input
Value on reset: 0
Variants§
Selected = 0
0: TIM1_CHx input selected
Trait Implementations§
impl Copy for TI1SEL_A
impl StructuralPartialEq for TI1SEL_A
Auto Trait Implementations§
impl RefUnwindSafe for TI1SEL_A
impl Send for TI1SEL_A
impl Sync for TI1SEL_A
impl Unpin for TI1SEL_A
impl UnwindSafe for TI1SEL_A
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