#[repr(u8)]pub enum PPre {
Div1 = 3,
Div2 = 4,
Div4 = 5,
Div8 = 6,
Div16 = 7,
}
Variants§
Div1 = 3
HCLK not divided
Div2 = 4
HCLK divided by 2
Div4 = 5
HCLK divided by 4
Div8 = 6
HCLK divided by 8
Div16 = 7
HCLK divided by 16
Trait Implementations§
impl Copy for PPre
impl Eq for PPre
impl StructuralPartialEq for PPre
Auto Trait Implementations§
impl Freeze for PPre
impl RefUnwindSafe for PPre
impl Send for PPre
impl Sync for PPre
impl Unpin for PPre
impl UnwindSafe for PPre
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