Enum stm32wlxx_hal::pac::lptim3::cfgr::PRESC_A
#[repr(u8)]pub enum PRESC_A {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
Div16 = 4,
Div32 = 5,
Div64 = 6,
Div128 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PRESC
Value on reset: 0
Variants§
Div1 = 0
0: /1
Div2 = 1
1: /2
Div4 = 2
2: /4
Div8 = 3
3: /8
Div16 = 4
4: /16
Div32 = 5
5: /32
Div64 = 6
6: /64
Div128 = 7
7: /128
Trait Implementations§
impl Copy for PRESC_A
impl StructuralPartialEq for PRESC_A
Auto Trait Implementations§
impl RefUnwindSafe for PRESC_A
impl Send for PRESC_A
impl Sync for PRESC_A
impl Unpin for PRESC_A
impl UnwindSafe for PRESC_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