Enum stm32wlxx_hal::pac::tim16::or1::TI1_RMP_A
#[repr(u8)]pub enum TI1_RMP_A {
Gpio = 0,
Lsi = 1,
Lse = 2,
Rtc = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Timer 17 input 1 connection
Value on reset: 0
Variants§
Gpio = 0
0: TI1 is connected to GPIO
Lsi = 1
1: TI1 is connected to LSI
Lse = 2
2: TI1 is connected to LSE
Rtc = 3
3: TI1 is connected to RTC wake-up interrupt
Trait Implementations§
impl Copy for TI1_RMP_A
impl StructuralPartialEq for TI1_RMP_A
Auto Trait Implementations§
impl RefUnwindSafe for TI1_RMP_A
impl Send for TI1_RMP_A
impl Sync for TI1_RMP_A
impl Unpin for TI1_RMP_A
impl UnwindSafe for TI1_RMP_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