Enum stm32wlxx_hal::pac::tim2::smcr::TS_A
#[repr(u8)]pub enum TS_A {
Itr0 = 0,
Itr1 = 1,
Itr2 = 2,
Ti1fEd = 4,
Ti1fp1 = 5,
Ti2fp2 = 6,
Etrf = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trigger selection
Value on reset: 0
Variants§
Itr0 = 0
0: Internal Trigger 0 (ITR0)
Itr1 = 1
1: Internal Trigger 1 (ITR1)
Itr2 = 2
2: Internal Trigger 2 (ITR2)
Ti1fEd = 4
4: TI1 Edge Detector (TI1F_ED)
Ti1fp1 = 5
5: Filtered Timer Input 1 (TI1FP1)
Ti2fp2 = 6
6: Filtered Timer Input 2 (TI2FP2)
Etrf = 7
7: External Trigger input (ETRF)
Trait Implementations§
impl Copy for TS_A
impl StructuralPartialEq for TS_A
Auto Trait Implementations§
impl RefUnwindSafe for TS_A
impl Send for TS_A
impl Sync for TS_A
impl Unpin for TS_A
impl UnwindSafe for TS_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