Enum stm32wlxx_hal::pac::tim1::smcr::ETPS_A
#[repr(u8)]pub enum ETPS_A {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
External trigger prescaler
Value on reset: 0
Variants§
Div1 = 0
0: Prescaler OFF
Div2 = 1
1: ETRP frequency divided by 2
Div4 = 2
2: ETRP frequency divided by 4
Div8 = 3
3: ETRP frequency divided by 8
Trait Implementations§
impl Copy for ETPS_A
impl StructuralPartialEq for ETPS_A
Auto Trait Implementations§
impl RefUnwindSafe for ETPS_A
impl Send for ETPS_A
impl Sync for ETPS_A
impl Unpin for ETPS_A
impl UnwindSafe for ETPS_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