Enum stm32wlxx_hal::pac::rcc::cfgr::MCOPRE_A
#[repr(u8)]pub enum MCOPRE_A {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
Div16 = 4,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Microcontroller clock output prescaler
Value on reset: 0
Variants§
Div1 = 0
0: No division
Div2 = 1
1: Division by 2
Div4 = 2
2: Division by 4
Div8 = 3
3: Division by 8
Div16 = 4
4: Division by 16
Trait Implementations§
impl Copy for MCOPRE_A
impl StructuralPartialEq for MCOPRE_A
Auto Trait Implementations§
impl RefUnwindSafe for MCOPRE_A
impl Send for MCOPRE_A
impl Sync for MCOPRE_A
impl Unpin for MCOPRE_A
impl UnwindSafe for MCOPRE_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