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