pub enum PPRER {
NOTDIVIDED,
DIV_2,
DIV_4,
DIV_8,
DIV_16,
_Reserved(u8),
}Expand description
Possible values of the field PPRE
Variants§
NOTDIVIDED
HCLK not divided
DIV_2
HCLK divided by 2
DIV_4
HCLK divided by 4
DIV_8
HCLK divided by 8
DIV_16
HCLK divided by 16
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for PPRER
impl StructuralPartialEq for PPRER
Auto Trait Implementations§
impl Freeze for PPRER
impl RefUnwindSafe for PPRER
impl Send for PPRER
impl Sync for PPRER
impl Unpin for PPRER
impl UnwindSafe for PPRER
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